From: Steven Hardy Date: Tue, 18 Dec 2012 18:00:09 +0000 (+0000) Subject: pip-requires PyCrypto should be >= 2.1.0 X-Git-Tag: 2014.1~1062 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=083c0cc2b0137f1d0bf8ea03ae312489b7582933;p=openstack-build%2Fheat-build.git pip-requires PyCrypto should be >= 2.1.0 We need PyCrypto>=2.1.0 for Random which is used in heat.common.crypt Change-Id: Ib951deaca17f972aa70a2a65f6e3ade5fb509981 Signed-off-by: Steven Hardy --- diff --git a/tools/pip-requires b/tools/pip-requires index 5b03b78f..213b1e6f 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -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