[Python-modules-commits] [python-pip] 01/01: Fix python-pip Recommends of python-all-dev. (Closes: #799559)

Barry Warsaw barry at moszumanska.debian.org
Sat Jan 30 22:08:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-pip.

commit 78dd449ee7186c77eedeee59b2e291a4e82abe53
Author: Barry Warsaw <barry at python.org>
Date:   Sat Jan 30 17:08:31 2016 -0500

    Fix python-pip Recommends of python-all-dev.  (Closes: #799559)
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 06d76ff..686617a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pip (8.0.2-3) UNRELEASED; urgency=medium
+
+  * Fix python-pip Recommends of python-all-dev.  (Closes: #799559)
+
+ -- Barry Warsaw <barry at debian.org>  Sat, 30 Jan 2016 17:07:08 -0500
+
 python-pip (8.0.2-2) unstable; urgency=medium
 
   * d/control: Add binary version dependencies. (Closes: #813162)
diff --git a/debian/control b/debian/control
index df41215..436b9bf 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,7 @@ Depends: ca-certificates,
          ${misc:Depends},
          ${python:Depends},
 Recommends: build-essential,
-            python-dev-all (>= 2.6),
+            python-all-dev (>= 2.6),
             python-wheel,
 Description: alternative Python package installer
  pip is a replacement for easy_install, and is intended to be an improved

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git



More information about the Python-modules-commits mailing list