Blob Blame History Raw
diff -Nur ansible-2.2.2.0.orig/setup.py ansible-2.2.2.0/setup.py
--- ansible-2.2.2.0.orig/setup.py	2017-03-27 14:33:16.000000000 -0600
+++ ansible-2.2.2.0/setup.py	2017-03-28 23:20:16.248133620 -0600
@@ -22,7 +22,7 @@
       license='GPLv3',
       # Ansible will also make use of a system copy of python-six if installed but use a
       # Bundled copy if it's not.
-      install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 'pycrypto >= 2.6'],
+      install_requires=['paramiko', 'jinja2 >= 2.6, < 2.9', "PyYAML", 'setuptools', 'pycrypto >= 2.6'],
       package_dir={ '': 'lib' },
       packages=find_packages('lib'),
       package_data={