1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add a requires on python-six 1.4.0 ( for add_metaclass )

This also mean that this doesn't run on RHEL 7 as of today.
This commit is contained in:
Michael Scherer 2015-04-18 23:13:32 -04:00
parent eae6005a89
commit 873fd7db56

View file

@ -18,7 +18,7 @@ setup(name='ansible',
author_email='michael@ansible.com',
url='http://ansible.com/',
license='GPLv3',
install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 'pycrypto >= 2.6'],
install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 'pycrypto >= 2.6', 'six >= 1.4.0'],
# package_dir={ '': 'lib' },
# packages=find_packages('lib'),
package_data={