control: tag -1 patch > Attempting to build lsb in a wheezy amd64 chroot I get > > PYTHONPATH=. python3.2 test/test_initdutils.py -vv > Traceback (most recent call last): > File "test/test_initdutils.py", line 4, in <module> > import initdutils as iu > File "/lsb-4.1+Debian8/initdutils.py", line 18 > raise ValueError, 'need a file or string'
This is because python 3 made exceptions functions. I've attached a patch that fixes this by conflicting with python3-minimal. This fixes the issue since without that PY3VERSIONS will not be populated, and the tests using python3 will not run. Best wishes, Mike
lsb.patch
Description: Binary data