[Python-modules-commits] r20392 - in packages/python-urllib3/trunk/debian (control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri Feb 10 03:50:38 UTC 2012
Date: Friday, February 10, 2012 @ 03:50:35
Author: eriol-guest
Revision: 20392
Added forgotten Depends
Modified:
packages/python-urllib3/trunk/debian/control
Modified: packages/python-urllib3/trunk/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control 2012-02-10 03:42:16 UTC (rev 20391)
+++ packages/python-urllib3/trunk/debian/control 2012-02-10 03:50:35 UTC (rev 20392)
@@ -21,7 +21,10 @@
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 @@
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.
.
More information about the Python-modules-commits
mailing list