]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
pip-requires PyCrypto should be >= 2.1.0
authorSteven Hardy <shardy@redhat.com>
Tue, 18 Dec 2012 18:00:09 +0000 (18:00 +0000)
committerSteven Hardy <shardy@redhat.com>
Tue, 18 Dec 2012 18:01:53 +0000 (18:01 +0000)
We need PyCrypto>=2.1.0 for Random which is used in
heat.common.crypt

Change-Id: Ib951deaca17f972aa70a2a65f6e3ade5fb509981
Signed-off-by: Steven Hardy <shardy@redhat.com>
tools/pip-requires

index 5b03b78f6e2a0fb95f53a17fe2714b8b4e2c6096..213b1e6fa4aadebce976f8f79fb6208f495fb7e5 100644 (file)
@@ -9,7 +9,7 @@
 # installed using pip, therefore you will need to install the
 # libxml2-dev(el) and libxslt-dev(el) packages.
 
-PyCrypto
+PyCrypto>=2.1.0
 boto>=2.4.0
 eventlet>=0.9.17
 extras