14
0
forked from pool/python-drgn

Fix build for legacy distributions #2

Merged
petesarik merged 1 commits from petesarik/python-drgn:main into main 2025-05-28 19:23:11 +02:00
Owner

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

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...
petesarik added 1 commit 2025-05-28 19:22:54 +02:00
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...

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
petesarik merged commit b8b05b65e4 into main 2025-05-28 19:23:11 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kernel-kdump/python-drgn#2
No description provided.