Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 710947 Details for
Bug 922296
rosdep looks for pip, we provide python-pip
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch that makes rosdep look for python-pip rather than pip
0001-rosdep-0.10.14-pip-python-fedora.patch (text/plain), 983 bytes, created by
Ankur Sinha (FranciscoD)
on 2013-03-16 02:59:20 UTC
(
hide
)
Description:
patch that makes rosdep look for python-pip rather than pip
Filename:
MIME Type:
Creator:
Ankur Sinha (FranciscoD)
Created:
2013-03-16 02:59:20 UTC
Size:
983 bytes
patch
obsolete
>--- ../rosdep-0.10.14.orig/src/rosdep2/platforms/pip.py 2013-02-20 11:04:36.000000000 +1100 >+++ src/rosdep2/platforms/pip.py 2013-03-16 13:32:51.651890938 +1100 >@@ -44,7 +44,7 @@ > > def is_pip_installed(): > try: >- subprocess.Popen(['pip'], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() >+ subprocess.Popen(['python-pip'], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() > return True > except OSError: > return False >@@ -57,7 +57,7 @@ > """ > if exec_fn is None: > exec_fn = read_stdout >- pkg_list = exec_fn(['pip', 'freeze']).split('\n') >+ pkg_list = exec_fn(['python-pip', 'freeze']).split('\n') > > ret_list = [] > for pkg in pkg_list: >@@ -81,5 +81,5 @@ > if not packages: > return [] > else: >- return [['sudo', 'pip', 'install', '-U', p] for p in packages] >+ return [['sudo', 'python-pip', 'install', '-U', p] for p in packages] >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 922296
: 710947