diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2014-03-14 19:37:24 +0100 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2014-03-14 19:55:06 +0100 |
commit | 0fefab66514ac10acaed754793df3106fca4c4a8 (patch) | |
tree | c92cfc7823c7c6fec116fdd4bb6936ec5e2647f6 /setup.py | |
parent | Add integration test for apt_repository (diff) | |
download | ansible-0fefab66514ac10acaed754793df3106fca4c4a8.tar.xz ansible-0fefab66514ac10acaed754793df3106fca4c4a8.zip |
Require a recent enough version of pycrypto and see that playbook and vault ues it.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |