pycrypto is dead; long live cryptography

In 4.17.0 keystonemiddleware switched to cryptography and we are only
installing pycrypto for keystonemiddlewares encryption. This reflects
that change.

Change-Id: Ib9027151edae92b4fe9da3423f10002dd2980cdf
This commit is contained in:
Sam Yaple 2017-11-01 14:25:02 -04:00
parent 2d10f49678
commit 8d61ef7d14
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if [[ "${PLUGIN}" == "no" ]]; then
$(dirname $0)/setup_pip.sh
$(dirname $0)/pip_install.sh \
bindep==2.5.1.dev1 \
pycrypto \
cryptography \
pymysql \
python-memcached \
uwsgi