Package: python3-libvhdi Version: 20160424-1 Severity: serious Tags: patch Due to a cut'n'paste error the python3 dependency is missing.
Fix: --- debian/control.old 2017-07-06 13:56:16.000000000 +0000 +++ debian/control 2017-07-06 13:56:24.000000000 +0000 @@ -68,7 +68,7 @@ Package: python3-libvhdi Section: python Architecture: any -Depends: libvhdi1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: libvhdi1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Description: Virtual Hard Disk image format access library -- Python 3 bindings libvhdi is a library to access the Virtual Hard Disk (VHD) image format. .