fedora-python / pyp2rpm

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

Fix IndexError in versions extraction (Issue #96) #99

Closed irushchyshyn closed 7 years ago

irushchyshyn commented 7 years ago

Fixes #96.

irushchyshyn commented 7 years ago

I am still getting IndexError but the reason for this is that /usr/bin/python which is executed after first extraction failure can import numpy on my local machine.

Thanks for pointing this out, fixed now.