[Python-modules-commits] [python-hypothesis] 06/08: Add missing dependency on python-enum34; the platform marker obscures it from being detected automatically.

Tristan Seligmann mithrandi at moszumanska.debian.org
Tue Feb 23 12:49:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-hypothesis.

commit 49153d658b11b1dee676534f5766964f18971967
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Tue Feb 23 13:58:47 2016 +0200

    Add missing dependency on python-enum34; the platform marker obscures it from being detected automatically.
---
 debian/changelog     | 2 ++
 debian/control       | 2 +-
 debian/tests/control | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7af12b5..139304d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-hypothesis (3.0.3-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Add autopkgtest.
   * Bump Standards-Version to 3.9.7 (no changes).
+  * Add missing dependency on python-enum34; the platform marker obscures
+    it from being detected automatically.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Tue, 23 Feb 2016 13:16:03 +0200
 
diff --git a/debian/control b/debian/control
index ee70cb0..aba7269 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-hypo
 
 Package: python-hypothesis
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-enum34
 Description: advanced Quickcheck style testing library for Python 2
  Hypothesis is a library for testing your Python code against a much
  larger range of examples than you would ever want to write by
diff --git a/debian/tests/control b/debian/tests/control
index 5f44eb6..4a08078 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +1,4 @@
-Test-Command: for p in $(pyversions -s); do $p -m pytest --assert=plain tests/cover tests/datetime tests/numpy tests/py2; done
+Test-Command: for p in $(pyversions -s); do $p -m pytest --assert=plain tests/cover tests/nocover tests/datetime tests/numpy tests/py2; done
 Depends:
  python-all,
  python-flaky,
@@ -7,7 +7,7 @@ Depends:
  python-pytest,
  python-tz,
 
-Test-Command: for p in $(py3versions -s); do $p -m pytest --assert=plain tests/cover tests/datetime tests/numpy tests/py3; done
+Test-Command: for p in $(py3versions -s); do $p -m pytest --assert=plain tests/cover tests/nocover tests/datetime tests/numpy tests/py3; done
 Depends:
  python3-all,
  python3-flaky,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-hypothesis.git



More information about the Python-modules-commits mailing list