debian: mark python-cryptography minimum version

This commit is contained in:
Frederic Peters 2018-09-07 09:09:05 +02:00
parent a2c5f32d9d
commit bfdd315ac8
1 changed files with 4 additions and 4 deletions

8
debian/control vendored
View File

@ -7,11 +7,11 @@ Build-Depends:
debhelper (>= 10),
dh-python,
python-all (>= 2.6.6-3),
python-cryptography,
python-cryptography (>= 1.7),
python-nose,
python-setuptools (>= 0.6b3),
python3-all,
python3-cryptography,
python3-cryptography (>= 1.7),
python3-nose,
python3-setuptools,
X-Python-Version: >= 2.7
@ -24,7 +24,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-freeipa/python-jwcrypto.git
Package: python-jwcrypto
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-cryptography,
python-cryptography (>= 1.7),
Description: Python implementation of JOSE Web standards
This python module implements JWK,JWS,JWE specifications using
python-cryptography.
@ -34,7 +34,7 @@ Description: Python implementation of JOSE Web standards
Package: python3-jwcrypto
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-cryptography,
python3-cryptography (>= 1.7),
Description: Python3 mplementation of JOSE Web standards
This python module implements JWK,JWS,JWE specifications using
python-cryptography.