aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2015-08-17 16:52:41 +0000
committerDaniele Tricoli <eriol@mornie.org>2015-08-17 16:52:41 +0000
commitcc1c3240cf5eb9e9993a8c501198403789192045 (patch)
treec7b817951179d5b1889982730f9b71c689e659ae
parentc0f16e9577a4fe17608e966ab3e603bacde9ebae (diff)
downloadpython-urllib3-cc1c3240cf5eb9e9993a8c501198403789192045.tar
python-urllib3-cc1c3240cf5eb9e9993a8c501198403789192045.tar.gz
Add python-ntlm to python-urllib3's Suggests
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 42ec36c..889eacf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,10 +3,11 @@ python-urllib3 (1.11-1) UNRELEASED; urgency=medium
* New upstream release.
* debian/control
- Add python{,3}-tornado to Build-Depends.
+ - Add python-ntlm to python-urllib3's Suggests.
* debian/patches/01_do-not-use-embedded-python-six.patch
- Refresh.
- -- Daniele Tricoli <eriol@mornie.org> Mon, 17 Aug 2015 17:11:11 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Mon, 17 Aug 2015 18:51:43 +0200
python-urllib3 (1.10.4-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index bb72207..10db0b4 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,8 @@ Recommends:
python-ndg-httpsclient,
python-openssl,
python-pyasn1
+Suggests:
+ python-ntlm
Description: HTTP library with thread-safe connection pooling for Python
urllib3 supports features left out of urllib and urllib2 libraries.
.