Install libffi for bcrypt as well

This commit is contained in:
Samuel Lucidi
2014-09-26 10:37:27 -04:00
parent b22ef82b4f
commit 6252e80aa6
+1 -1
View File
@@ -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 crytography &> /dev/null) then
if (pip-grep -s requirements.txt bcrypt cffi crytography &> /dev/null) then
if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then
export LIBFFI=$(pwd)/vendor