[Python-modules-commits] [python-hypothesis] 07/12: Fix build deps.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Jan 23 02:52:25 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 822d27f3ef7c1ee953f82b3b1082ba3b618b48a0
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Mon Jan 18 19:18:14 2016 +0200
Fix build deps.
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 5d85e6a..347b43a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,15 +10,17 @@ Build-Depends:
dh-python,
python-all,
python-flake8,
+ python-flaky,
+ python-numpy,
python-pytest (>= 2.8),
python-setuptools,
- python-numpy,
python-tz,
python3-all,
python3-flake8,
+ python3-flaky,
+ python3-numpy,
python3-pytest (>= 2.8),
python3-setuptools,
- python3-numpy,
python3-tz,
Standards-Version: 3.9.6
Homepage: https://github.com/DRMacIver/hypothesis
--
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