forked from pool/cloud-init
- Drop python-cheetah as requirement
+ Cheetah is no maintained and cloud-init switches to Jinja2 as templating engine if Cheetah is not available OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=83
This commit is contained in:
parent
315f729f37
commit
520d9897a2
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 18:21:54 UTC 2017 - rjschwei@suse.com
|
||||
|
||||
- Drop python-cheetah as requirement
|
||||
+ Cheetah is no maintained and cloud-init switches to Jinja2 as
|
||||
templating engine if Cheetah is not available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 23:11:41 UTC 2017 - rjschwei@suse.com
|
||||
|
||||
|
@ -95,9 +95,7 @@ Requires: net-tools-deprecated
|
||||
%endif
|
||||
Requires: openssh
|
||||
%if 0%{?suse_version} > 1320
|
||||
Requires: python3-argparse
|
||||
Requires: python3-boto >= 2.7
|
||||
Requires: python3-cheetah
|
||||
Requires: python3-configobj
|
||||
Requires: python3-Jinja2
|
||||
Requires: python3-jsonpatch
|
||||
@ -112,7 +110,6 @@ Requires: python3-xml
|
||||
%else
|
||||
Requires: python-argparse
|
||||
Requires: python-boto >= 2.7
|
||||
Requires: python-cheetah
|
||||
Requires: python-configobj
|
||||
Requires: python-Jinja2
|
||||
Requires: python-jsonpatch
|
||||
|
Loading…
Reference in New Issue
Block a user