Comment 1 for bug 434985

Revision history for this message
Robert Ancell (robert-ancell) wrote : Re: Update to 1.8.8

touch debian/python-module-stampdir/python-cairo
set -e; \
 for i in 2.5 2.6; do \
   python$i-dbg ./setup.py build; \
 done
./setup.py:41: Warning: 'with' will become a reserved keyword in Python 2.6
  File "./setup.py", line 41
    with open(PcFile, 'w') as fo:
            ^
SyntaxError: invalid syntax
[23908 refs]
make: *** [build/python-cairo-dbg] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1334:
dpkg-buildpackage -rfakeroot -D -us -uc failed
bzr: ERROR: The build failed.

hmm...