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

Non-python Requires #125

Closed marhag87 closed 7 years ago

marhag87 commented 7 years ago

Is it possible to specify a requirement that is not a python package? I have built a python module that uses xdotool, so I need it as a requirement i the spec file, but I found no way to specify this in the setup.py file.

hroncok commented 7 years ago

I don't think so, you would need to add the requirements to the spec file manually.

marhag87 commented 7 years ago

I guess I won't be able to use the PyPI source type in copr then, that's a shame :( Thanks for the answer!