[Python-modules-team] Bug#867404: python3-exam: incorrect dependencies

Adrian Bunk bunk at debian.org
Thu Jul 6 13:39:50 UTC 2017


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



More information about the Python-modules-team mailing list