Bug 871725
| Summary: | websockify should require numpy to be installed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Jan ONDREJ <ondrejj> |
| Component: | python-websockify | Assignee: | Pádraig Brady <p> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | ndipanov, nsantos, pbrady, p |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-12-05 07:15:32 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: | |||
python-websockify-0.2.0-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-websockify-0.2.0-2.fc18 python-websockify-0.1.0-6.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-websockify-0.1.0-6.fc17 The specific problem for EPEL should be fixed with: http://kojipkgs.fedoraproject.org//packages/python-websockify/0.1.0/6.el6/noarch/python-websockify-0.1.0-6.el6.noarch.rpm Note this isn't being updated in EPEL just yet as we're about to update that with a newer version of websockify (0.2.0) to support Folsom, so there is no point. novnc-0.4-2.fc18, python-websockify-0.2.0-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/FEDORA-2012-16807/python-websockify-0.2.0-2.fc18,novnc-0.4-2.fc18 Package novnc-0.4-2.fc18, python-websockify-0.2.0-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing novnc-0.4-2.fc18 python-websockify-0.2.0-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-16807/python-websockify-0.2.0-2.fc18,novnc-0.4-2.fc18 then log in and leave karma (feedback). python-websockify-0.1.0-6.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. novnc-0.4-2.fc18, python-websockify-0.2.0-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: After installation of python-websockify can't use it because of dependency problems on numpy. Please add numpy to websockify dependencies. Version-Release number of selected component (if applicable): numpy-1.4.1-9.el6.x86_64 How reproducible: always, I think same problem for Fedora packages Steps to Reproduce: 1. websockify 8000 localhost:9000 Actual results: Traceback (most recent call last): File "/usr/bin/websockify", 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: numpy