mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
adding flexibility on detecting for release vars
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ config_vars:
|
||||
EOF
|
||||
|
||||
|
||||
if grep -Fxq "pylibmc" $BUILD_DIR/requirements.txt
|
||||
if (grep -Fxiq "pylibmc" requirements.txt) || (grep -Fiq "pylibmc=" requirements.txt)
|
||||
then
|
||||
cat <<EOF
|
||||
LIBRARY_PATH: .heroku/vendor/lib
|
||||
|
||||
Reference in New Issue
Block a user