From 083c0cc2b0137f1d0bf8ea03ae312489b7582933 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 18 Dec 2012 18:00:09 +0000 Subject: [PATCH] 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 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 5b03b78f6e..213b1e6fa4 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