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:
parent
3308b31aac
commit
4e4173759a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user