Source: python2.7 Version: 2.7.16-4 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
Version 2.7.16-4 dropped the build dependency on python:any. Now the cross build fails finding a native python executable. We really need this dependency for cross building. I suggest using "python2.7:any <cross>" here as configure.ac specifically checks for python2.7. Helmut
diff -u python2.7-2.7.16/debian/changelog python2.7-2.7.16/debian/changelog --- python2.7-2.7.16/debian/changelog +++ python2.7-2.7.16/debian/changelog @@ -1,3 +1,10 @@ +python2.7 (2.7.16-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Add back a dependency on python2.7:any. Closes: #-1. + + -- Helmut Grohne <hel...@subdivi.de> Thu, 05 Sep 2019 20:02:43 +0200 + python2.7 (2.7.16-4) unstable; urgency=medium * Update to 20190904 from the 2.7 branch. diff -u python2.7-2.7.16/debian/control python2.7-2.7.16/debian/control --- python2.7-2.7.16/debian/control +++ python2.7-2.7.16/debian/control @@ -15,7 +15,7 @@ libgpm2 [linux-any], mime-support, netbase, net-tools, bzip2, time, libdb-dev (<< 1:6.0), libgdbm-dev, help2man, - xvfb <!nocheck>, xauth <!nocheck> + xvfb <!nocheck>, xauth <!nocheck>, python2.7:any <cross> Build-Depends-Indep: python3-sphinx Build-Conflicts: tcl8.4-dev, tk8.4-dev, python2.7-xml, python-xml,