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:
parent
eae6005a89
commit
873fd7db56
1 changed files with 1 additions and 1 deletions
|
@ -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={
|
||||
|
|
Loading…
Reference in a new issue