aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
.