gh-98948: Remove obsolete readelf dependency#98949
Merged
vstinner merged 1 commit intopython:mainfrom Nov 3, 2022
Merged
Conversation
Contributor
Author
|
cc @vstinner , because I know he's in love with autoconf. I didn't run a local autoreconf because my local version is different from the one used to generate previous version. Instead, I manually edited the |
26b6505 to
033f5f0
Compare
Member
|
Can you try to add a NEWS entry in the Build category to document your change? See https://devguide.python.org/ about blurb. |
Member
|
I added a commit to your branch: I ran "make regen-configure" which uses a container to get always the same version. |
e425077 to
0fae64f
Compare
Contributor
Author
|
@vstinner : entry added & commits squashed. Thanks for the review! |
0fae64f to
d69d8ad
Compare
This got introduced in commit 5884449 to determine if readline is already linked against curses or tinfo in the setup.py, which is no longer present.
d69d8ad to
0de323b
Compare
Member
|
Merged, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This got introduced in commit 5884449 to determine if readline is already linked against curses or tinfo in the setup.py, which is no longer present.