From 873fd7db56eadfb0aa4b135c01d0a16f8f240c8a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 18 Apr 2015 23:13:32 -0400 Subject: [PATCH] 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. --- v2/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/setup.py b/v2/setup.py index a9a5187981..e982c382f2 100644 --- a/v2/setup.py +++ b/v2/setup.py @@ -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={