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

Incorrect Fedora package matched for mock #62

Closed xsuchy closed 8 years ago

xsuchy commented 8 years ago

If module contains test-requirements.txt with the line:

mock>=1.2 # BSD

BTW: this example is from tempest-lib.

Then pyp2rpm add this:

BuildRequires:  mock >= 1.2

And this is obviously incorrect as mock and python-mock are different packages.