Bug 611536
Summary: | python-virtualenv in epel-5-testing is not installable | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Stijn Hoop <stijn> |
Component: | python-virtualenv | Assignee: | Steve Milner <smilner> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | el5 | CC: | smilner |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | python-virtualenv-1.4.8-3.el5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-07-21 20:05:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Stijn Hoop
2010-07-05 13:31:01 UTC
Thanks, I'm taking a quick look now. It does seem like it isn't needed. I just force installed it on my centos box and it worked fine without it. I *think* at one point it was needed but I'll drop the install dep on setuptools-devel. It's probably needed in Fedora though? At least on my Fedora 12 machine it seems the dependency is there. Probably got split out somewhere between RHEL 5 and Fedora. Thanks for looking at it quickly! Sure no problem! I'll do a dist check so if it is el5 then it doesn't require it as a dependency. I'm making the change now and will have it requested for testing shortly. Devel Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2301671 EL-5 Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2301678 I just tested it against my CentOS 5 box and it didn't seem to have an issue. The resulting Fedora build seems to be good as well. I'm going to request this get push to testing. [steve@gibson ~]$ sudo rpm -e python-virtualenv [steve@gibson ~]$ sudo rpm -q python-setuptools-devel package python-setuptools-devel is not installed [steve@gibson ~]$ sudo yum localinstall --nogpgcheck python-virtualenv-1.4.8-3.el5.noarch.rpm Loaded plugins: fastestmirror Setting up Local Package Process Examining python-virtualenv-1.4.8-3.el5.noarch.rpm: python-virtualenv-1.4.8-3.el5.noarch Marking python-virtualenv-1.4.8-3.el5.noarch.rpm to be installed Loading mirror speeds from cached hostfile * addons: mirror.sanctuaryhost.com * base: mirror.sanctuaryhost.com * epel: www.gtlib.gatech.edu * extras: centos.mbni.med.umich.edu * updates: mirror.sanctuaryhost.com Excluding Packages in global exclude list Finished Resolving Dependencies --> Running transaction check ---> Package python-virtualenv.noarch 0:1.4.8-3.el5 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python-virtualenv noarch 1.4.8-3.el5 /python-virtualenv-1.4.8-3.el5.noarch 0.0 Transaction Summary ================================================================================ Install 1 Package(s) Upgrade 0 Package(s) Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing : python-virtualenv 1/1 Installed: python-virtualenv.noarch 0:1.4.8-3.el5 Complete! [steve@gibson ~]$ python-virtualenv-1.4.8-3.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/python-virtualenv-1.4.8-3.el5 python-virtualenv-1.4.8-3.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python-virtualenv'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python-virtualenv-1.4.8-3.el5 Works perfectly, thanks! python-virtualenv-1.4.8-3.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |