Package: python-pip Version: 1.1-3 Severity: normal User: debian-pyt...@lists.debian.org Usertags: python3.3 Tags: patch
Please depend on python3-all, as the package tries to build against all supported versions.
diff -Nru python-pip-1.1/debian/changelog python-pip-1.1/debian/changelog --- python-pip-1.1/debian/changelog 2012-06-23 14:19:29.000000000 +0000 +++ python-pip-1.1/debian/changelog 2012-10-25 09:10:01.000000000 +0000 @@ -1,3 +1,10 @@ +python-pip (1.1-3.1) UNRELEASED; urgency=low + + * Build depend on python3-all, fixes FTBFS against multiple supported + python3 versions. + + -- Dmitrijs Ledkovs <dmitrij.led...@ubuntu.com> Thu, 25 Oct 2012 10:09:14 +0100 + python-pip (1.1-3) unstable; urgency=low * debian/patches diff -Nru python-pip-1.1/debian/control python-pip-1.1/debian/control --- python-pip-1.1/debian/control 2012-06-05 20:56:29.000000000 +0000 +++ python-pip-1.1/debian/control 2012-10-25 09:10:19.000000000 +0000 @@ -1,10 +1,10 @@ Source: python-pip Section: python Priority: optional Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> Uploaders: Carl Chenet <cha...@debian.org>, Jeff Licquia <licq...@debian.org> Homepage: http://pip.openplans.org/ -Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6), python3 (>= 3.2) +Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6), python3-all (>= 3.2) Build-Depends-Indep: python-setuptools (>= 0.6c1), python3-setuptools Standards-Version: 3.9.3 X-Python-Version: >= 2.6
Regards, Dmitrijs.