Bug 1499968
| Summary: | [python-hug] rebuild against python-falcon 1.3.0 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carl George š¤ <carlwgeorge> |
| Component: | python-hug | Assignee: | Haïkel Guémar <karlthered> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 27 | CC: | hguemar, karlthered, patrick |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-hug-2.3.0-4.fc27 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-14 10:23:03 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: | |||
|
Description
Carl George š¤
2017-10-09 15:36:59 UTC
https://koji.fedoraproject.org/koji/buildinfo?buildID=968933 Thanks for reporting it. python-hug-2.3.0-4.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-dfe751dbe6 python-hug-2.3.0-4.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. Install is now OK, but now a run-time error occurs:
pkg_resources.ContextualVersionConflict: (falcon 1.3.0 (/usr/lib64/python3.6/site-packages), Requirement.parse('falcon==1.2.0'), {'hug'})
Manually changing the required falcon version to 1.3.0 in /usr/lib64/python3.6/site-packages/hug-2.3.0-py3.6.egg-info/requires.txt fixes the problem.
|