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 output of rpm --eval command, in case import of rpm module fails #139

Closed mcyprian closed 6 years ago

mcyprian commented 6 years ago

Order of the methods to get DEFAULT_PKG_SAVE_PATH is following:

Some functions from utils had to be moved elsewhere to prevent circular dependency between utils and settings modules.