SHA256
1
0
forked from pool/cloud-init

- 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
This commit is contained in:
Dirk Mueller 2018-01-30 13:21:16 +00:00 committed by Git OBS Bridge
parent fb31094f97
commit 7c005924d3
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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