diff --git a/builds/runtimes/python3 b/builds/runtimes/python3 index 5e5b290..5578cec 100755 --- a/builds/runtimes/python3 +++ b/builds/runtimes/python3 @@ -19,7 +19,7 @@ dep_url=https://python.org/ftp/python/${version_number}/${python_version}.tgz # Install SQLITE, as headers are not available out of the box on the stack apt-get install libsqlite3-dev needed=( libsqlite3-dev ) -if [[ $STACK != "heroku-16" && $STACK != "heroku-16" ]]; then +if [[ $STACK == "cedar-14" ]]; then needed+=( realpath ) # Check whether our packages are missing on the stack