Package: python-mock Version: 0.6.0-1 Severity: serious Tags: patch Justification: Debian Policy 3.5, Python Policy 2.4
Hello,python-mock does not depend on python as it should. The attached patch fixes this bug.
-- Jakub Wilk
diff -u python-mock-0.6.0/debian/control python-mock-0.6.0/debian/control
--- python-mock-0.6.0/debian/control
+++ python-mock-0.6.0/debian/control
@@ -9,7 +9,7 @@
Package: python-mock
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Recommends: libjs-jquery
Provides: ${python:Provides}
Description: Mocking and Testing Library
signature.asc
Description: Digital signature

