mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Require a recent enough version of pycrypto and see that playbook and vault ues it.
This commit is contained in:
2
setup.py
2
setup.py
@@ -29,7 +29,7 @@ setup(name='ansible',
|
||||
author_email='michael@ansible.com',
|
||||
url='http://ansible.com/',
|
||||
license='GPLv3',
|
||||
install_requires=['paramiko', 'jinja2', "PyYAML"],
|
||||
install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 'pycrypto >= 2.6'],
|
||||
package_dir={ 'ansible': 'lib/ansible' },
|
||||
packages=[
|
||||
'ansible',
|
||||
|
||||
Reference in New Issue
Block a user