heroku / heroku-buildpack-python

Heroku's buildpack for Python applications.
https://www.heroku.com/python
MIT License
973 stars 1.83k forks source link

Explicitly install `libreadline-dev` when building Python runtimes #1580

Closed edmorley closed 2 months ago

edmorley commented 2 months ago

Required so that the Python readline and curses stdlib modules will be built, now that libreadline-dev is intentionally no longer in the Heroku-24 build image: https://github.com/heroku/base-images/pull/296

(These headers are only needed when the Python runtimes are being compiled. The run image still has the necessary runtime library counterparts.)

GUS-W-15159536.