[Python-modules-team] Bug#867435: python3-hypothesis: missing dependencies

Adrian Bunk bunk at debian.org
Thu Jul 6 16:29:12 UTC 2017


Package: python3-hypothesis
Version: 3.6.1-1
Severity: serious
Tags: patch

Due to missing ${python3:Depends} there are no dependencies.

Fix:

--- debian/control.old	2017-07-06 16:26:50.000000000 +0000
+++ debian/control	2017-07-06 16:27:19.000000000 +0000
@@ -42,7 +42,7 @@
 
 Package: python3-hypothesis
 Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}, ${python3:Depends}
 Suggests: python-hypothesis-doc
 Description: advanced Quickcheck style testing library for Python 3
  Hypothesis is a library for testing your Python code against a much



More information about the Python-modules-team mailing list