Skip to content

Commit e523c89

Browse files
mansamJacques Chester
authored andcommitted
Install libffi for bcrypt as well
1 parent 57f5738 commit e523c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/cryptography

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source $BIN_DIR/utils
2020
bpwatch start libffi_install
2121

2222
# If pylibmc exists within requirements, use vendored cryptography.
23-
if (pip-grep -s requirements.txt cffi crytography &> /dev/null) then
23+
if (pip-grep -s requirements.txt bcrypt cffi crytography &> /dev/null) then
2424

2525
if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then
2626
export LIBFFI=$(pwd)/vendor

0 commit comments

Comments
 (0)