aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2012-02-10 03:50:35 +0000
committerDaniele Tricoli <eriol@mornie.org>2012-02-10 03:50:35 +0000
commit743675c5f94a4a63b60208ef9458b9146a749994 (patch)
treea316c16dd7f1eb224f715c76d06396e1dd599217 /debian/control
parentde411c0d244fa87ae28cd1d96382e6a39c4fd2f0 (diff)
downloadpython-urllib3-743675c5f94a4a63b60208ef9458b9146a749994.tar
python-urllib3-743675c5f94a4a63b60208ef9458b9146a749994.tar.gz
Added forgotten Depends
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 74b9fb9..2344112 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,10 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-urllib
Package: python-urllib3
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-six
Description: HTTP library with thread-safe connection pooling for Python
urllib3 supports features left out of urllib and urllib2 libraries.
.
@@ -37,7 +40,10 @@ Description: HTTP library with thread-safe connection pooling for Python
Package: python3-urllib3
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python3-six
Description: HTTP library with thread-safe connection pooling for Python3
urllib3 supports features left out of urllib and urllib2 libraries.
.