Bug 855706
Summary: | fix failing el6 build | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Tomas Dabašinskas <tdabasin> |
Component: | python-pyramid | Assignee: | Luke Macken <lmacken> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | el6 | CC: | lmacken, pfrields, rbean, rossdylan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-11-17 19:48:53 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: | |||
Bug Depends On: | 855696, 855730, 856402, 856412, 856415, 856416, 864308 | ||
Bug Blocks: |
Description
Tomas Dabašinskas
2012-09-10 05:09:24 UTC
Hi, I have agreed to maintain python-zope packages that python-pyramid depends on, I can maintain el6 branch of this package too. Please set me as an owner of el6 branch and I'll get this fixed. built python-pyramid on dev box after manual dep resolution, dep list: rpm -qpR noarch/python-pyramid-1.2.7-3.el6.noarch.rpm /usr/bin/python python(abi) = 2.6 python-chameleon >= 1.2.3 python-mako >= 0.3.6 python-paste > 1.7 python-paste-deploy python-paste-script python-repoze-lru python-setuptools python-translationstring python-venusian python-webob >= 1.0.2 python-zope-component python-zope-configuration python-zope-deprecation python-zope-interface >= 3.5.1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 pkg_resources.VersionConflict: (venusian 0.6 (/usr/lib/python2.6/site-packages), Requirement.parse('venusian>=1.0a1')), adding request to update python-venusian el6 python-pyramid-1.2.7-3.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-pyramid-1.2.7-3.el6 python-pyramid-1.2.7-3.el6 has been pushed to the Fedora EPEL 6 testing repository. python-pyramid-1.2.7-4.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-pyramid-1.2.7-4.el6 python-pyramid-1.2.7-5.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-pyramid-1.2.7-5.el6 pyramid==1.2.7 requires: Chameleon>=1.2.3 Mako>=0.3.6 Paste>1.7 PasteDeploy PasteScript>=1.7.4 WebOb>=1.0.2 repoze.lru zope.component>=3.6.0 zope.interface>=3.5.1 zope.deprecation venusian>=1.0a1 translationstring ordereddict unittest2 MarkupSafe>=0.9.2 zope.event python-pyramid-1.2.7-6.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-pyramid-1.2.7-6.el6 Because WebOb and Mako rpm's are setup to use: easy_install -m --prefix %{buildroot}%{_usr} dist/*.egg python package is not registered on the system, use following for the pyramid apps (or any apps that require mako or webob) from pkg_resources import require require('Mako') require('WebOb') python-pyramid-1.2.7-6.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |