Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly install libreadline-dev when building Python runtimes #1580

Merged
merged 1 commit into from May 9, 2024

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented May 9, 2024

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: heroku/base-images#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.

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

(These headers are only needed when the Python runtimes are being compiled.
The run image still has the necessary runtime library counterparts.)
@edmorley edmorley self-assigned this May 9, 2024
@edmorley edmorley marked this pull request as ready for review May 9, 2024 15:55
@edmorley edmorley requested a review from a team as a code owner May 9, 2024 15:55
edmorley added a commit to heroku/docker-heroku-ruby-builder that referenced this pull request May 9, 2024
Since it's no longer in the Heroku-24 build image after:
heroku/base-images#296

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

See also:
heroku/heroku-buildpack-python#1580
edmorley added a commit to heroku/docker-heroku-ruby-builder that referenced this pull request May 9, 2024
Since it's no longer in the Heroku-24 build image after:
heroku/base-images#296

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

See also:
heroku/heroku-buildpack-python#1580
@edmorley edmorley merged commit 806e640 into main May 9, 2024
6 of 7 checks passed
@edmorley edmorley deleted the add-libreadline-dev branch May 9, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants