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

Stop using python- prefixed dependencies #128

Closed mcyprian closed 6 years ago

mcyprian commented 7 years ago

Generated spec files don't follow the latest Packaging Guidelines for Python . Name convertors should always use versioned prefix (python2- or python3-) when converting names of dependencies.