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
This commit is contained in:
stephane 2016-05-11 11:51:29 -07:00
parent 3308b31aac
commit 4e4173759a
1 changed files with 1 additions and 0 deletions

View File

@ -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