| Summary: | gerrymander should require: python-prettytable | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lars Kellogg-Stedman <lars> |
| Component: | gerrymander | Assignee: | Kashyap Chamarthy <kchamart> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | berrange, kchamart |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gerrymander-1.5-2.fc23 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-09 15:52:09 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: | |
Thanks for the bug report, Lars!
Just for completeness' sake, full reproducer:
----------------------------------------------------------
$ gerrymander changes -p openstack/nova --branch master
Traceback (most recent call last):
File "/usr/bin/gerrymander", line 18, in <module>
from gerrymander.commands import CommandTool
File "/usr/lib/python3.4/site-packages/gerrymander/commands.py", line 20, in <module>
from gerrymander.reports import ReportOutput
File "/usr/lib/python3.4/site-packages/gerrymander/reports.py", line 18, in <module>
import prettytable
ImportError: No module named 'prettytable'
----------------------------------------------------------
gerrymander-1.4-5.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-95bb0f37d4 gerrymander-1.4-5.fc23 has been pushed to the Fedora 23 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-2016-95bb0f37d4 gerrymander-1.5-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-9bdfef6c5b NB: There's a newer package (new upstream release with bug fixes):
gerrymander-1.5-1.fc23
https://bodhi.fedoraproject.org/updates/FEDORA-2016-9bdfef6c5b
gerrymander-1.5-1.fc23 has been pushed to the Fedora 23 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-2016-9bdfef6c5b gerrymander-1.5-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-48a5138e81 gerrymander-1.5-2.fc23 has been pushed to the Fedora 23 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-2016-48a5138e81 gerrymander-1.5-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. gerrymander-1.5-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The "gerrymander" tool requires the Python "prettytables" module, but this isn't reflected in the package dependencies. Attempting to run "gerrymander" will result in: Traceback (most recent call last): File "/usr/bin/gerrymander", line 18, in <module> from gerrymander.commands import CommandTool File "/usr/lib/python3.4/site-packages/gerrymander/commands.py", line 20, in <module> from gerrymander.reports import ReportOutput File "/usr/lib/python3.4/site-packages/gerrymander/reports.py", line 18, in <module> import prettytable ImportError: No module named 'prettytable' Version-Release number of selected component (if applicable): gerrymander-1.4-2.fc23.noarch