[Python-modules-commits] [pyjwt] 05/13: Add version version constraint on python{, 3}-pytest

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Sep 24 22:40:42 UTC 2017


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

eriol-guest pushed a commit to branch master
in repository pyjwt.

commit 3fad3626508f1f381dabe3583787c04ead6a8c88
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sun Sep 24 21:45:38 2017 +0200

    Add version version constraint on python{,3}-pytest
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c77975c..d61d0c9 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,13 @@ Build-Depends:
  dh-python,
  python-all (>= 2.6.6-3),
  python-cryptography,
- python-pytest,
+ python-pytest (>= 3),
  python-pytest-cov,
  python-pytest-runner,
  python-setuptools (>= 0.6b3),
  python3-all,
  python3-cryptography,
- python3-pytest,
+ python3-pytest (>= 3),
  python3-pytest-cov,
  python3-pytest-runner,
  python3-setuptools

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



More information about the Python-modules-commits mailing list