Bug 1100496
| Summary: | Missing dependency on python-beautifulsoup4 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steven Pritchard <steve> |
| Component: | packagedb-cli | Assignee: | Pierre-YvesChibon <pingou> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | mizdebsk, opensource, pingou |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | packagedb-cli-2.2-2.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-01 22:23:25 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: | |||
This happens for me too. packagedb-cli-2.2-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/packagedb-cli-2.2-2.fc19 packagedb-cli-2.2-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/packagedb-cli-2.2-2.fc20 packagedb-cli-2.2-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/packagedb-cli-2.2-2.el6 Package packagedb-cli-2.2-2.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 packagedb-cli-2.2-2.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1502/packagedb-cli-2.2-2.el6 then log in and leave karma (feedback). packagedb-cli-2.2-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. packagedb-cli-2.2-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. packagedb-cli-2.2-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: Various commands result in the following error: Error: No module named bs4 ERROR:root:Generic error catched: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pkgdb2_cli.py", line 672, in main arg.func(arg) File "/usr/lib/python2.7/site-packages/pkgdb2_cli.py", line 603, in do_update __do_login(args.username) File "/usr/lib/python2.7/site-packages/pkgdb2_cli.py", line 72, in __do_login pkgdbclient.login(username, password) File "/usr/lib/python2.7/site-packages/pkgdb2client.py", line 143, in login openid_url, data = _parse_service_form(response) File "/usr/lib/python2.7/site-packages/pkgdb2client.py", line 52, in _parse_service_form import bs4 ImportError: No module named bs4 Installing python-beautifulsoup4 fixes the problem. Version-Release number of selected component (if applicable): packagedb-cli-2.2-1.fc19.noarch