Package: python-gpiv Version: 2.0.0-2 Severity: serious Tags: patch Justification: Debian Policy 3.5, Python Policy 2.4
Hello,python-gpiv does not depend on python as it should. The attached patch fixes this bug.
-- Jakub Wilk
diff -u pygpiv-2.0.0/debian/control pygpiv-2.0.0/debian/control
--- pygpiv-2.0.0/debian/control
+++ pygpiv-2.0.0/debian/control
@@ -11,7 +11,7 @@
Package: python-gpiv
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: wrapper of libgpiv
This module allows the functionality of libgpiv3 in Python scripts
to develop programs for Particle Image Velocimetry (PIV). In this way
signature.asc
Description: Digital signature

