From 5c742446953357a5375c41c5ab97f36be5b90bfe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Mon, 4 Aug 2014 13:11:05 -0400 Subject: [PATCH] fix for cryptography detection --- bin/steps/cryptography | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/cryptography b/bin/steps/cryptography index fcb624c3..9df98bc3 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 cffi pylibmc &> /dev/null) then +if (pip-grep -s requirements.txt cffi crytography &> /dev/null) then if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then export LIBFFI=$(pwd)/vendor -- GitLab