aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2012-03-18 23:47:04 +0000
committerDaniele Tricoli <eriol@mornie.org>2012-03-18 23:47:04 +0000
commit813bdb99d78a260fb237b42b82fc15bb8386249b (patch)
tree85d6a2165c559e278129f5c10f6a10b5be7380b7 /debian/control
parent92ae058fb5f3c96409cfb6f6466eea2727572b80 (diff)
downloadpython-requests-813bdb99d78a260fb237b42b82fc15bb8386249b.tar
python-requests-813bdb99d78a260fb237b42b82fc15bb8386249b.tar.gz
Removed embedded copy of python-six
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d688cc7..11513f2 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Architecture: all
Depends:
${misc:Depends},
${python:Depends},
- ca-certificates
+ ca-certificates,
+ python-six
Recommends:
python-chardet,
python-gevent
@@ -49,7 +50,8 @@ Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
- ca-certificates
+ ca-certificates,
+ python3-six
Description: elegant and simple HTTP library for Python3, built for human beings
Requests allow you to send GET, HEAD, PUT, POST, and DELETE
HTTP requests. You can add headers, form data, multipart files, and