Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: python-pip pkg conflict with perl-pip
https://bugzilla.redhat.com/show_bug.cgi?id=616626
Summary: python-pip pkg conflict with perl-pip Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-pip AssignedTo: mmaslano@redhat.com ReportedBy: astokes@redhat.com QAContact: extras-qa@fedoraproject.org CC: fedora-perl-devel-list@redhat.com, mmaslano@redhat.com, phalliday@excelsiorsystems.net Depends on: 616399 Classification: Fedora Target Release: --- Clone Of: 616399
+++ This bug was initially created as a clone of Bug #616399 +++
Description of problem: Attempting to do a wildcard install of both python and perl packages results a file conflict for both python-pip and perl-pip
Version-Release number of selected component (if applicable): python-pip 0.6.3-1 & perl-pip 1.16-1
How reproducible: 100%
Steps to Reproduce: 1. yum install python* perl* 2. 3.
Actual results: Running Transaction Test
Transaction Check Error: file /usr/bin/pip conflicts between attempted installs of python-pip-0.6.3-1.fc13.noarch and perl-pip-1.16-1.fc13.noarch
Expected results: No conflicts
Additional info:
--- Additional comment from phalliday@excelsiorsystems.net on 2010-07-20 14:26:35 EDT ---
Well, I think the Debian approach (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551926) should be done here. Both packages should have to rename their /usr/bin/pip. Something like /usr/bin/pip-perl and /usr/bin/pip-python. That way completion will work at least.