reassign 625143 python-serial thanks On Mon, May 02, 2011 at 02:45:56PM +0200, Lucas Nussbaum wrote: > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part: > > /usr/bin/fakeroot debian/rules clean > > dh clean > > dh_testdir > > dh_auto_clean > > Traceback (most recent call last): > > File "setup.py", line 4, in <module> > > import pyoptical > > File > > "/build/user-pyoptical_0.3-1-amd64-SBroiP/pyoptical-0.3/pyoptical.py", line > > 173, in <module> > > import serial > > ImportError: No module named serial > > dh_auto_clean: python2.7 setup.py clean -a returned exit code 1 > > make: *** [clean] Error 1
The reason for that seems to be that the pyserial package version in unstable has not been built for python 2.7. In a clean sid chroot as of today: head2:/tmp/pyoptical-0.3# python2.7 setup.py clean Traceback (most recent call last): File "setup.py", line 4, in <module> import pyoptical File "/tmp/pyoptical-0.3/pyoptical.py", line 173, in <module> import serial ImportError: No module named serial head2:/tmp/pyoptical-0.3# python2.6 setup.py clean running clean Therefor I'm reassigning this bug to pyserial. Please enlighten me if this conclusion is invalid. Thanks, Michael -- Michael Hanke http://mih.voxindeserto.de -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org