mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07: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',
|
author_email='michael@ansible.com',
|
||||||
url='http://ansible.com/',
|
url='http://ansible.com/',
|
||||||
license='GPLv3',
|
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' },
|
# package_dir={ '': 'lib' },
|
||||||
# packages=find_packages('lib'),
|
# packages=find_packages('lib'),
|
||||||
package_data={
|
package_data={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue