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

inconsistent appearance of "packages" key in metadata #72

Closed mcyprian closed 7 years ago

mcyprian commented 7 years ago

pyp2rpm simpleeval (venv extraction is enabled): 'packages': set() appears in the metadata object

pyp2rpm --no-venv simpleeval (venv deactivated): key "packages" is not included in the metadata and packages_data's getattr method returns 'TODO:' when attribute packages of the object is used.