fedora-python / pyp2rpm

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

Stop using py3dir #9

Closed mcyprian closed 9 years ago

mcyprian commented 9 years ago

Specs generated by pyp2rpm use %{py3dir} when delaing with Python 3 subpackages. This is now against Fedora guidelines, see https://fedorahosted.org/fpc/ticket/435 - so new packages generated by pyp2rpm are violating the guidelines, which is problematic.