Source: blockdiag Version: 1.4.7-2 Severity: normal Tags: patch The pep8 module is now in python-pep8 package, so the Build-Depends for this package need to be updated. Here is a patch.
--- debian/control.orig 2016-03-10 10:30:58.612028956 +0000
+++ debian/control 2016-03-10 10:31:45.312231146 +0000
@@ -7,7 +7,7 @@
python-all,
python-setuptools,
python-unittest2,
- pep8 (>= 1.3),
+ python-pep8,
python-nose,
python-zc.buildout,
python-funcparserlib (>= 0.3.4),

