fedora-python / pyp2rpm

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

Use python2 to run extraction command when -b2 option is specified #90

Closed mcyprian closed 7 years ago

mcyprian commented 7 years ago

We might consider using python2 as a primary interpreter to run extraction command when -b2 option is used. This could help us to get more accurate metadata. In the other hand sys.executable always works, but there is no guarantee that python2 is present on user's machine/virtualenvironment.