Package: python-logilab-common
Version: 0.61.0-1
Severity: serious

python-logilab-common has migrated to dh_python2. But python-logilab-astng and python-logilab-constraint still use python-support, and they share the same namespace. As a consequence, logilab.astng and logilab.constraint can no longer be imported:

$ python -c 'import logilab.constraint'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named constraint

$ python -c 'import logilab.astng'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named astng

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to