Merge lp:~21-vingtetun/ubuntu/lucid/python-pip/python-setuptools-dependancy into lp:ubuntu/lucid/python-pip

Proposed by 21-vingtetun
Status: Merged
Merge reported by: Evan Broder
Merged at revision: not available
Proposed branch: lp:~21-vingtetun/ubuntu/lucid/python-pip/python-setuptools-dependancy
Merge into: lp:ubuntu/lucid/python-pip
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~21-vingtetun/ubuntu/lucid/python-pip/python-setuptools-dependancy
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+47490@code.launchpad.net

Commit message

debian/control: Added python-setuptools as a dependancy. Closes: #556189.

Description of the change

The change add python-setuptools as a dependancy and remove python-pkg-resources from the dependancy list since this packet python-setuptools already depends on it.

http://packages.ubuntu.com/lucid/python-setuptools
http://packages.ubuntu.com/lucid/python-pkg-resources

To post a comment you must log in.
Revision history for this message
Evan Broder (broder) wrote :

I'm going to go ahead and mark this merge proposal as "merged" to get it off of the sponsorship queue.

mvo uploaded this fix to lucid-proposed yesterday, so now it's just awaiting review by the SRU team.

Revision history for this message
21-vingtetun (21-vingtetun) wrote :

Cool, thanks for the quick reaction.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-10-11 17:05:43 +0000
3+++ debian/changelog 2011-01-26 00:57:55 +0000
4@@ -1,3 +1,9 @@
5+python-pip (0.3.1-1ubuntu3) lucid; urgency=low
6+
7+ * debian/control: Added python-setuptools as a dependancy. Closes: #556189.
8+
9+ -- Vivien Nicolas <21@vingtetun.org> Wed, 26 Jan 2011 01:42:10 +0100
10+
11 python-pip (0.3.1-1ubuntu2) karmic; urgency=low
12
13 * ZipCommand.list: Treat `dist-packges' the same as `site-packages'.
14
15=== modified file 'debian/control'
16--- debian/control 2009-05-25 15:10:16 +0000
17+++ debian/control 2011-01-26 00:57:55 +0000
18@@ -14,7 +14,7 @@
19 Package: python-pip
20 Architecture: all
21 Section: python
22-Depends: ${python:Depends}, python-pkg-resources | python-setuptools (<< 0.6c8-1)
23+Depends: ${python:Depends}, python-setuptools (>= 0.6c1)
24 XB-Python-Version: ${python:Versions}
25 Description: Alternative Python package installer
26 pip installs packages. Python packages. An easy_install replacement.

Subscribers

People subscribed via source and target branches

to all changes: