Bug 1111941
| Summary: | missing dependency to python-argparse | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Frank Büttner <bugzilla> |
| Component: | openpgpkey-milter | Assignee: | Paul Wouters <pwouters> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | hoffmann, pwouters |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | noarch | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openpgpkey-milter-0.5-2.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-12 05:08:17 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: | |||
Same dependency (python-argparse) is missing in the python-ipython package: $ rpm -q python-ipython -R python-ipython-console = 0.13.2-5.el6 python-ipython-gui = 0.13.2-5.el6 python-ipython-notebook = 0.13.2-5.el6 rpmlib(VersionedDependencies) <= 3.0.3-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadIsXz) <= 5.2-1 Ipython will start with an error message without it. (In reply to Dirk Hoffmann from comment #1) > Same dependency (python-argparse) is missing in the python-ipython package: > > $ rpm -q python-ipython -R > python-ipython-console = 0.13.2-5.el6 > python-ipython-gui = 0.13.2-5.el6 > python-ipython-notebook = 0.13.2-5.el6 > rpmlib(VersionedDependencies) <= 3.0.3-1 > rpmlib(FileDigests) <= 4.6.0-1 > rpmlib(PayloadFilesHavePrefix) <= 4.0-1 > rpmlib(CompressedFileNames) <= 3.0.4-1 > rpmlib(PayloadIsXz) <= 5.2-1 > > Ipython will start with an error message without it. Ooops, Duplicate of #874133 *** This bug has been marked as a duplicate of bug 874133 *** actually not a duplicate. this issue is still there so I'm adding the dependancy manually (In reply to Paul Wouters from comment #4) > actually not a duplicate. this issue is still there so I'm adding the > dependancy manually "Actually"? You mean "presently"? (Because I failed to connect it to the other ticket with my comment.) If these formal edits helped to actually *solve* the problem after more than one year, that would be great. openpgpkey-milter-0.5-2.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-bb996d488f openpgpkey-milter-0.5-2.el6 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-bb996d488f openpgpkey-milter-0.5-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The python-argparse dependency is missing. Version-Release number of selected component (if applicable): openpgpkey-milter.noarch 0:0.3-1.el6 How reproducible: every time Steps to Reproduce: 1. install clean Centos6 2. install the EPEL repo 3. yum install openpgpkey-milter Actual results: when call openpgpkey-milter --help it will fail with: Traceback (most recent call last): File "/usr/sbin/openpgpkey-milter", line 30, in <module> import argparse ImportError: No module named argparse Expected results: The help output. Additional info: Can be fixed with yum install python-argparse. So the package need the dependency to it.