From 4e4173759a1ddfa4b8950d121901865bb639936d Mon Sep 17 00:00:00 2001 From: stephane Date: Wed, 11 May 2016 11:51:29 -0700 Subject: [PATCH] Add pycrypto to requirements Ansible requires pycrypto. Gate tests are currently failing on this requirement, so add it and revisit a better solution later. Partial-Bug: 1580777 Change-Id: I9d28e2b8a715ba048bd7a3d830c2f4cc5fcc5ac8 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6e90783e7..28cfbdf3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ oslo.log>=1.14.0 # Apache-2.0 six>=1.9.0 # MIT PyMySQL>=0.6.2 # MIT License paramiko>=1.16.0 # LGPL +pycrypto>=2.6 # Public Domain