[Python-modules-commits] [python-flaky] 02/03: Version pytest dependency correctly.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jan 31 01:28:44 UTC 2016


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

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

commit aeb47ac932295d29f0c4f2919d7e68582426acbf
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sat Jan 30 05:21:28 2016 +0200

    Version pytest dependency correctly.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f15f07..4931470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-flaky (3.0.2-1~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
+  * Version pytest dependency correctly.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Sat, 30 Jan 2016 05:04:05 +0200
 
diff --git a/debian/control b/debian/control
index 52d0257..80c9cde 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,13 @@ Build-Depends:
  python-genty,
  python-mock,
  python-nose,
- python-pytest,
+ python-pytest (>= 2.8.0),
  python-setuptools,
  python3-all,
  python3-genty,
  python3-mock,
  python3-nose,
- python3-pytest,
+ python3-pytest (>= 2.8.0),
  python3-setuptools,
 Standards-Version: 3.9.6
 Homepage: https://github.com/box/flaky

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



More information about the Python-modules-commits mailing list