fedora-python/pyp2rpm

pyp2rpm uses pypi when given a local file

gordonmessmer opened this issue · 1 comments

pyp2rpm's virtualenv metadata extractor will download a package from pypi when it is given a local file for packaging. This will mash-up the metadata from the local file with data from a newer release from pypi.

This is probably unintentional, given that the -v argument is ignored for local files.

Resolved in 3.3.4