Accepting request 577167 from home:tbechtold:branches:systemsmanagement

- Add python-passlib as Requires (bsc#1080682)
  passlib is needed for the "vars_prompt" feature of ansible

OBS-URL: https://build.opensuse.org/request/show/577167
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=100
This commit is contained in:
Lars Vogdt 2018-02-21 14:29:29 +00:00 committed by Git OBS Bridge
parent c8d93a4aec
commit 9af54284f5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 16 07:54:43 UTC 2018 - tbechtold@suse.com
- Add python-passlib as Requires (bsc#1080682)
passlib is needed for the "vars_prompt" feature of ansible
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 4 16:36:34 UTC 2018 - mardnh@gmx.de Sun Feb 4 16:36:34 UTC 2018 - mardnh@gmx.de

View File

@ -54,6 +54,7 @@ BuildRequires: python-pycrypto >= 2.6
Requires: python-Jinja2 Requires: python-Jinja2
Requires: python-PyYAML Requires: python-PyYAML
Requires: python-paramiko Requires: python-paramiko
Requires: python-passlib
Requires: python-pycrypto >= 2.6 Requires: python-pycrypto >= 2.6
%endif %endif
%endif %endif