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

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 1982673f1d0e307f76e62a6904f91c4aa350894d
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sun Sep 24 21:56:44 2017 +0200

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

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

-- 
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