[Python-modules-commits] [python-urllib3] 10/10: Add version constraint for six

Daniele Tricoli eriol-guest at moszumanska.debian.org
Tue Jul 11 02:10:33 UTC 2017


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

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

commit dde3d57682f9c16f5b6f84a85bff12d2c2da9072
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Tue Jul 11 03:41:45 2017 +0200

    Add version constraint for six
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c80191d..2ef06bb 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  python-nose (>=1.3.3),
  python-psutil,
  python-setuptools,
- python-six,
+ python-six (>= 1.10.0),
  python-tornado,
  python3-all,
  python3-coverage (>= 3.6),
@@ -20,7 +20,7 @@ Build-Depends:
  python3-nose (>=1.3.3),
  python3-psutil,
  python3-setuptools,
- python3-six,
+ python3-six (>= 1.10.0),
  python3-tornado
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.6

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



More information about the Python-modules-commits mailing list