[Python-modules-commits] [requests] 01/04: Fix dependency on urllib3 upstream version only

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Jan 24 20:33:21 UTC 2016


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

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

commit b0e2f2ae607ca256a0c9bb425bc9d6f07a990fd7
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sun Jan 24 18:33:05 2016 +0100

    Fix dependency on urllib3 upstream version only
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 6fbb930..39f5e1e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,11 @@ Build-Depends:
  python-all (>= 2.6.6-3),
  python-chardet,
  python-setuptools,
- python-urllib3 (= 1.13.1-1),
+ python-urllib3 (>= 1.13.1), python-urllib3 (<< 1.13.2),
  python3-all,
  python3-chardet,
  python3-setuptools,
- python3-urllib3 (= 1.13.1-1),
+ python3-urllib3 (>= 1.13.1), python3-urllib3 (<< 1.13.2),
  python3-wheel
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.7
@@ -29,7 +29,7 @@ Depends:
  ${python:Depends},
  ca-certificates,
  python-chardet,
- python-urllib3 (= 1.13.1-1)
+ python-urllib3 (>= 1.13.1), python-urllib3 (<< 1.13.2)
 Suggests: 
   python-ndg-httpsclient,
   python-openssl,
@@ -61,7 +61,7 @@ Depends:
  ${python3:Depends},
  ca-certificates,
  python3-chardet,
- python3-urllib3 (= 1.13.1-1)
+ python3-urllib3 (>= 1.13.1), python3-urllib3 (<< 1.13.2)
 Suggests:
  python3-ndg-httpsclient,
  python3-openssl,

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



More information about the Python-modules-commits mailing list