[Python-modules-commits] [python-tornado] 09/10: Rearranged Debian tests Depends to Build-Depends
Ondřej Nový
onovy-guest at moszumanska.debian.org
Mon Jun 6 08:43:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository python-tornado.
commit 688ca46867ab387e501faca0c31f9aa3ab06aa16
Author: Ondřej Nový <novy at ondrej.org>
Date: Mon Jun 6 10:42:49 2016 +0200
Rearranged Debian tests Depends to Build-Depends
---
debian/changelog | 1 +
debian/tests/control | 13 +++++++++++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1e524a1..bc00515 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-tornado (4.3.0-3) UNRELEASED; urgency=medium
* Added python{3,}-mock to Build-Depends
* d/copyright: Added myself to Debian part
* Package description change to upstream (newer) version
+ * Rearranged Debian tests Depends to Build-Depends
-- Ondřej Nový <novy at ondrej.org> Mon, 06 Jun 2016 09:30:16 +0200
diff --git a/debian/tests/control b/debian/tests/control
index 0b42790..da0c40e 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,14 @@
Tests: python2
-Depends: python-tornado, python-all, python-twisted, python-pycurl
+Depends: python-all,
+ python-concurrent.futures,
+ python-mock,
+ python-pycurl,
+ python-tornado,
+ python-twisted,
Tests: python3
-Depends: python3-tornado, python3-all
+Depends: python3-all,
+ python3-mock,
+ python3-pycurl,
+ python3-tornado,
+ python3-twisted,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tornado.git
More information about the Python-modules-commits
mailing list