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 `libdb-dev` when building Python runtimes #1582

Closed edmorley closed 2 months ago

edmorley commented 2 months ago

Required so that the Python dbm.ndbm stdlib module will be built, now that libdb-dev is no longer in the Heroku-24 build image: https://github.com/heroku/base-images/pull/303

(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.