fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
123 stars 39 forks source link

epel9 template needed for missing python2 #284

Open nkadel opened 2 years ago

nkadel commented 2 years ago

RHEL 9 does not include python2. An updated template that leaves python2 off entiely, or updating the epel templates to enable it only as appropriate, is needed to avoid having to hand-edit newly generated spec files.

nkadel commented 1 year ago

See my submitted pull request at https://github.com/fedora-python/pyp2rpm/pull/289 . python2 needs to be turned off by default, in favor of python3.