forked from pool/python-drgn
Fix build for legacy distributions #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "petesarik/python-drgn:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The readline module is part of Python itself, but it must be required
explicitly on newer distributions (16.0, Factory). However, Python
packages in older distributions (15.x and earlier) do not have the
corresponding Provides. :-(
Solve it by Build-requiring %pythons. Yes, it does bring a lot of
unneded stuff into the build environment...