[Python-modules-commits] [python-cryptography] 03/03: Fix setuptools dependency.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Tue Jun 21 13:26:43 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-cryptography.
commit 1c429a47789ae2596d09bc62e3ced3667ee988ed
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Tue Jun 21 02:23:03 2016 +0200
Fix setuptools dependency.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 361a781..f32ab8a 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends:
python-pyasn1 (>= 0.1.8~),
python-pyasn1-modules <!nocheck>,
python-pytest <!nocheck>,
- python-setuptools,
+ python-setuptools (>= 11.3~),
python-six (>= 1.4.1~),
python3-all-dev,
python3-cffi (>= 1.4.1~),
@@ -35,7 +35,7 @@ Build-Depends:
python3-pyasn1 (>= 0.1.8~),
python3-pyasn1-modules <!nocheck>,
python3-pytest <!nocheck>,
- python3-setuptools,
+ python3-setuptools (>= 11.3~),
python3-six (>= 1.4.1~),
Standards-Version: 3.9.8
Homepage: https://cryptography.io/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cryptography.git
More information about the Python-modules-commits
mailing list