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

Commits on May 9, 2024

  1. Explicitly install libreadline-dev when building Python runtimes

    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 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6295b0b View commit details
    Browse the repository at this point in the history