Package: python3-colorlog
Version: 2.4.0-1
Severity: serious
Tags: patch
Due to a cut'n'paste error the python3 dependency is missing.
Fix:
--- debian/control.old 2017-07-06 15:32:46.000000000 +0000
+++ debian/control 2017-07-06 15:32:56.000000000 +0000
@@ -20,7 +20,7 @@
Package: python3-colorlog
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: formatter to use with the logging module of Python 3
python-colorlog allows colors to be placed in the format string, which is
mostly useful when paired with a StreamHandler that is outputting to a