[Python-modules-commits] [pytest] 02/02: Depend on python-tox as jessie did not have tox.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jan 31 00:58:49 UTC 2016


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

mithrandi pushed a commit to branch jessie-backports
in repository pytest.

commit f2a72607285cd4076efed21a3bfcb260581ec89e
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Sun Jan 31 02:49:05 2016 +0200

    Depend on python-tox as jessie did not have tox.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8b34399..aa17bf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pytest (2.8.5-2~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
+  * Depend on python-tox as jessie did not have tox.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Sat, 30 Jan 2016 05:23:58 +0200
 
diff --git a/debian/control b/debian/control
index 63ce03e..8b7517e 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9),
                python3-nose,
                python3-py (>= 1.4.29),
                python3-setuptools,
-               tox
+               python-tox
 Build-Conflicts: python-pytest-xdist (<< 1.5)
 X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.0

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



More information about the Python-modules-commits mailing list