Interested in using this package, but it's not clear how to use it.
Invoking "pyp2rpm" with "-h" or "--help" gives a traceback:
Traceback (most recent call last):
File "/usr/bin/pyp2rpm", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 3007, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 728, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: click
I get the same traceback if I invoke with a package name as the argument.
There's no manpage so I'm not sure how to invoke it.
This update has been submitted for testing by kevin.
kevin edited this update.
kevin edited this update.
This update has been pushed to testing.
Interested in using this package, but it's not clear how to use it. Invoking "pyp2rpm" with "-h" or "--help" gives a traceback:
I get the same traceback if I invoke with a package name as the argument.
There's no manpage so I'm not sure how to invoke it.
Oops. Looks like I am missing a Requires: python-click. If you 'yum install python-click' does it start working?
It almost starts working (well, different traceback...)
pkg_resources.DistributionNotFound: Jinja2
After I installed "python-jinja2" it appears to work fine. Cool utility!
kevin edited this update.
New build(s):
Removed build(s):
This update has been submitted for testing by kevin.
This update has been pushed to testing.
Is there a package I need that defines the %py2_build and %py2_install macros?
I get:
rpm --showrc
doesn't show any %py2 macrosMake sure you have epel-rpm-macros installed (latest version) and it should have the py2_* macros. ;)
This update has reached 14 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by kevin.
This update has been pushed to stable.