Blame SOURCES/ansible-newer-jinja.patch

bc5eae
diff -Nur ansible-2.4.1.0.orig/requirements.txt ansible-2.4.1.0/requirements.txt
bc5eae
--- ansible-2.4.1.0.orig/requirements.txt	2017-10-25 16:05:04.000000000 -0700
bc5eae
+++ ansible-2.4.1.0/requirements.txt	2017-10-30 14:41:31.202896847 -0700
bc5eae
@@ -3,8 +3,8 @@
bc5eae
 # packages.  Thus, this should be the loosest set possible (only required
bc5eae
 # packages, not optional ones, and with the widest range of versions that could
bc5eae
 # be suitable)
bc5eae
-jinja2
bc5eae
+jinja2 >= 2.6
bc5eae
 PyYAML
bc5eae
 paramiko
bc5eae
-cryptography
bc5eae
+pycrypto >= 2.6
bc5eae
 setuptools