Package: python-soappy Version: 0.11.3-1.2 Severity: serious Tags: patch When building 'python-soappy' in a clean 'unstable' chroot, I get the following error:
if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi cd . && python setup.py build --build-base="./build" /bin/sh: python: command not found make: *** [common-build-impl] Error 127 Please add the missing Build-Depends on 'python-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/python-soappy-0.11.3/debian/control ./debian/control --- ../tmp-orig/python-soappy-0.11.3/debian/control 2005-10-04 06:26:52.000000000 +0000 +++ ./debian/control 2005-10-04 06:26:51.000000000 +0000 @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Ed Boraas <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 4.1.67), cdbs, python2.3, python2.3-dev, python2.3-xml, python2.4, python2.4-dev, python2.4-xml +Build-Depends-Indep: debhelper (>> 4.1.67), cdbs, python-dev, python2.3, python2.3-dev, python2.3-xml, python2.4, python2.4-dev, python2.4-xml Standards-Version: 3.6.2.1 Package: python2.3-soappy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

