From 06810e76dbd3d27198bbf9a62e7f43c6e34b53aa8680b2488094244600d36c32 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 Jan 2014 17:51:58 +0000 Subject: [PATCH] - add python-jsonpatch, python-pyserial, python-PyYAML requires, otherwise it immediately traces on startup OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=5 --- cloud-init.changes | 6 ++++++ cloud-init.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/cloud-init.changes b/cloud-init.changes index 22069ca..acaefde 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 20 17:51:24 UTC 2014 - dmueller@suse.com + +- add python-jsonpatch, python-pyserial, python-PyYAML requires, + otherwise it immediately traces on startup + ------------------------------------------------------------------- Sat Jan 4 16:03:57 UTC 2014 - rschweikert@suse.com diff --git a/cloud-init.spec b/cloud-init.spec index ae47aa9..3236d3d 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -36,8 +36,11 @@ Requires: python-argparse Requires: python-boto >= 2.7 Requires: python-cheetah Requires: python-configobj +Requires: python-jsonpatch Requires: python-oauth -Requires: python-prettytable +Requires: python-PrettyTable +Requires: python-pyserial +Requires: python-PyYAML Requires: python-requests Requires: python-xml Requires: python-yaml