mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
484bd44a1e
The compile-time cryptography step that used to use the libffi archives on S3 was removed in 2018: https://github.com/heroku/heroku-buildpack-python/commit/c373e80c1285260e5adcbc855f54bbeb6999005c ...since the `cryptography` Python package now ships wheels. The script is also incorrect, since similar to #964 it only skips builds for Heroku-16, whereas all stacks since Cedar-14 include libffi-dev in the build image, so don't need it built/uploaded for later vendoring. Refs W-7485877.