Package: python3-cerealizer Version: 0.8.1-1 Severity: serious Tags: patch Due to a cut'n'paste error python3-cerealizer lacked a python3 dependency:
--- debian/control.old 2017-07-06 11:51:34.000000000 +0000 +++ debian/control 2017-07-06 11:54:02.000000000 +0000 @@ -23,7 +23,7 @@ Package: python3-cerealizer Architecture: all -Depends: ${python:Depends}, ${misc:Depends} +Depends: ${python3:Depends}, ${misc:Depends} Description: secure pickle-like module for Python 3 It support basic types (int, string, unicode, tuple, list, dict, set,...), old and new-style classes (you need to