We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c15f4 commit 3f9a80aCopy full SHA for 3f9a80a
builds/runtimes/python3
@@ -19,7 +19,7 @@ dep_url=https://python.org/ftp/python/${version_number}/${python_version}.tgz
19
# Install SQLITE, as headers are not available out of the box on the stack
20
apt-get install libsqlite3-dev
21
needed=( libsqlite3-dev )
22
-if [[ $STACK != "heroku-16" && $STACK != "heroku-16" ]]; then
+if [[ $STACK == "cedar-14" ]]; then
23
needed+=( realpath )
24
25
# Check whether our packages are missing on the stack
0 commit comments