diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-04-17 14:13:13 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-04-17 14:13:13 +0000 |
commit | c8f902bb8ac387a5a02559895dac54aeafff0849 (patch) | |
tree | d5d44ed7512c6698d45ea0f1db63a90fd4d08c39 /debian/control | |
parent | e0f306e31797a86eb79fae08d284eb877afaa89a (diff) | |
download | python-urllib3-c8f902bb8ac387a5a02559895dac54aeafff0849.tar python-urllib3-c8f902bb8ac387a5a02559895dac54aeafff0849.tar.gz |
Fixed typo in python3-urllib3's
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 933be91..fc30005 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Package: python3-urllib3 Architecture: all Depends: ${misc:Depends}, - ${python:Depends}, + ${python3:Depends}, python3-six Description: HTTP library with thread-safe connection pooling for Python3 urllib3 supports features left out of urllib and urllib2 libraries. |