Package: python3-exam
Version: 0.10.5-1
Severity: serious
Tags: patch

Due to a cut'n'paste error the dependencies are incorrect.

Proposed fix:

--- debian/control.old  2017-07-06 13:37:05.000000000 +0000
+++ debian/control      2017-07-06 13:37:21.000000000 +0000
@@ -59,7 +59,7 @@
 
 Package: python3-exam
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-mock
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Python module to help write better tests
  Exam is a Python toolkit for writing better tests.  It aims to remove
  a lot of the boiler plate testing code one often writes, while still

Reply via email to