Bug 1101153
| Summary: | RBTools missing dependency to python-argparse | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | blessjah |
| Component: | RBTools | Assignee: | Stephen Gallagher <sgallagh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | el6 | CC: | dpierce, mark.a.sloan, puiterwijk, sgallagh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-23 14:08:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I'm making this change to the package git, but I'm not going to push a new version out just for this; it's been my experience that most systems have python-argparse on them for other packages. It'll get fixed the next time I do a bugfix release (I think upstream is going to be putting out a 0.6.1 pretty soon anyway). RBTools-0.6.1-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/RBTools-0.6.1-1.el6 Package RBTools-0.6.1-1.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing RBTools-0.6.1-1.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1618/RBTools-0.6.1-1.el6 then log in and leave karma (feedback). *** Bug 1120268 has been marked as a duplicate of this bug. *** |
Description of problem: package RBTools needs dependency to python-argpars Steps to Reproduce: 1. make sure python-argparse are not installed 2. install rbtools 3. rbt --help Actual results: Traceback (most recent call last): File "/usr/bin/rbt", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in <module> working_set.require(__requires__) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: argparse Expected results: usage: rbt [--version] <command> [options] [<args>] positional arguments: command The RBTools command to execute, and any arguments. (See below) [...] Additional info: after installing python-argparse rbtools works fine