From 7c005924d31373fec63b1cbf2fb38169280a12ace55c25bf2b367ddcfd39e8ed Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2018 13:21:16 +0000 Subject: [PATCH] - drop dependency on boto (only used in examples, and should really be ported to botocore/boto3 instead) OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=106 --- cloud-init.changes | 6 ++++++ cloud-init.spec | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cloud-init.changes b/cloud-init.changes index 11b5ecd..31b1655 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 30 13:20:57 UTC 2018 - dmueller@suse.com + +- drop dependency on boto (only used in examples, and + should really be ported to botocore/boto3 instead) + ------------------------------------------------------------------- Mon Jan 29 18:35:49 UTC 2018 - rjschwei@suse.com diff --git a/cloud-init.spec b/cloud-init.spec index 41936e2..fa736d1 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -96,7 +96,6 @@ Requires: e2fsprogs Requires: net-tools Requires: openssh %if 0%{?suse_version} > 1320 -Requires: python3-boto >= 2.7 Requires: python3-configobj >= 5.0.2 Requires: python3-Jinja2 Requires: python3-jsonpatch @@ -110,7 +109,6 @@ Requires: python3-six Requires: python3-xml %else Requires: python-argparse -Requires: python-boto >= 2.7 Requires: python-configobj >= 5.0.2 Requires: python-Jinja2 Requires: python-jsonpatch