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

Use rich dependencies to specify version requirements #148

Closed ignatenkobrain closed 6 years ago

ignatenkobrain commented 6 years ago

If you have yarl>=0.11,<0.12 in egg-info, create Requires: (python-yarl >= 0.11 with python-yarl < 0.12) in spec.

mcyprian commented 6 years ago

Duplicate of #134

ignatenkobrain commented 6 years ago

oh right