diff --git a/ansible.changes b/ansible.changes index 1bc530c..bf6c579 100644 --- a/ansible.changes +++ b/ansible.changes @@ -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 diff --git a/ansible.spec b/ansible.spec index 3c68a52..85979b4 100644 --- a/ansible.spec +++ b/ansible.spec @@ -54,6 +54,7 @@ BuildRequires: python-pycrypto >= 2.6 Requires: python-Jinja2 Requires: python-PyYAML Requires: python-paramiko +Requires: python-passlib Requires: python-pycrypto >= 2.6 %endif %endif