Bug 870658
| Summary: | Build python-webpy for EL6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Anssi Johansson <rhbugs> |
| Component: | python-webpy | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | mrunge |
| 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-11-19 18:29:13 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
Anssi Johansson
2012-10-27 18:06:57 UTC
Thanks for the report. I was unaware, python-webpy was not built/pushed for EPEL6. It's currently building and will be pushed later today. python-webpy-0.37-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-webpy-0.37-2.el6 python-webpy-0.37-2.el6 has been pushed to the Fedora EPEL 6 testing repository. [root@seepra ~]# yum install python-webpy --enablerepo=epel-testing
---> Package python-webpy.noarch 0:0.37-2.el6 will be installed
--> Processing Dependency: python-cherrypy for package: python-webpy-0.37-2.el6.noarch
--> Finished Dependency Resolution
Error: Package: python-webpy-0.37-2.el6.noarch (epel-testing)
Requires: python-cherrypy
python-cherrypy2-2.3.0-17.el6 would be available. Perhaps python-webpy should depend on python-cherrypy2 instead of python-cherrypy?
(In reply to comment #4) > [root@seepra ~]# yum install python-webpy --enablerepo=epel-testing > > ---> Package python-webpy.noarch 0:0.37-2.el6 will be installed > --> Processing Dependency: python-cherrypy for package: > python-webpy-0.37-2.el6.noarch > --> Finished Dependency Resolution > Error: Package: python-webpy-0.37-2.el6.noarch (epel-testing) > Requires: python-cherrypy > > python-cherrypy2-2.3.0-17.el6 would be available. Perhaps python-webpy > should depend on python-cherrypy2 instead of python-cherrypy? Ahh, noo. webpy bundles cherrypy's wsgiserver, which is strictly forbidden in fedora/rhel/epel. That wsgiserver is not available in cherrypy 2.3 Seems we need to go the log way (and also provide cherrypy-3.2 for epel). I will check that. python-webpy-0.37-2.el6 has been pushed to the Fedora EPEL 6 stable repository. |