From eb9689c0a287f6ee9d67f4deb8b0e0408d6fe7d9 Mon Sep 17 00:00:00 2001 From: Steven F <steven.farlie@gmail.com> Date: Fri, 24 Apr 2015 06:03:43 +0000 Subject: [PATCH] Detect pyOpenSSL Some people use pyOpenSSL (it is the literal name, e.g.: https://pypi.python.org/pypi/pyOpenSSL) --- bin/steps/cryptography | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/cryptography b/bin/steps/cryptography index f00cf2bb..77a32798 100755 --- a/bin/steps/cryptography +++ b/bin/steps/cryptography @@ -20,7 +20,7 @@ source $BIN_DIR/utils bpwatch start libffi_install # If pylibmc exists within requirements, use vendored cryptography. -if (pip-grep -s requirements.txt bcrypt cffi cryptography PyOpenSSL &> /dev/null) then +if (pip-grep -s requirements.txt bcrypt cffi cryptography pyOpenSSL PyOpenSSL &> /dev/null) then if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then export LIBFFI=$(pwd)/vendor -- GitLab