From 6252e80aa6f84089b4c86f92d14b4c6c8edfbf9b Mon Sep 17 00:00:00 2001
From: Samuel Lucidi <mansam@csh.rit.edu>
Date: Fri, 26 Sep 2014 10:37:27 -0400
Subject: [PATCH] Install libffi for bcrypt as well

---
 bin/steps/cryptography | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/steps/cryptography b/bin/steps/cryptography
index 9df98bc3..327036ca 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 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
-- 
GitLab