Package: python-pip
Version: 1.5.6-7
Tags: patch
Severity: minor

Dear maintainer,

python-pip recommends the package python-dev-all which doesn't seem to exist [1].
The attached patch removes this suggestion.

Originally reported in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1495708

[1] https://packages.debian.org/unstable/python-pip

--
mvh / best regards
Hans Joachim Desserud
http://desserud.org
diff --git a/debian/control b/debian/control
index 3c442a0..f202023 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Depends: ca-certificates,
          python-pip-whl,
          ${misc:Depends},
          ${python:Depends}
-Recommends: build-essential, python-dev-all (>= 2.6), python-wheel
+Recommends: build-essential, python-wheel
 Description: alternative Python package installer
  pip is a replacement for easy_install, and is intended to be an improved
  Python package installer.  It integrates with virtualenv, doesn't do partial

Reply via email to