diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-02-10 03:50:35 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-02-10 03:50:35 +0000 |
commit | 743675c5f94a4a63b60208ef9458b9146a749994 (patch) | |
tree | a316c16dd7f1eb224f715c76d06396e1dd599217 /debian/control | |
parent | de411c0d244fa87ae28cd1d96382e6a39c4fd2f0 (diff) | |
download | python-urllib3-743675c5f94a4a63b60208ef9458b9146a749994.tar python-urllib3-743675c5f94a4a63b60208ef9458b9146a749994.tar.gz |
Added forgotten Depends
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
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. . |