aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 80eef11..f0c9586 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Depends: ca-certificates,
python-urllib3 (>= 1.7.1),
${misc:Depends},
${python:Depends}
-Description: elegant and simple HTTP library for Python, built for human beings
+Description: elegant and simple HTTP library for Python2, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access
the response data in the same way. It's powered by httplib and urllib3, but
@@ -56,7 +56,7 @@ Depends: ca-certificates,
python3-urllib3 (>= 1.5),
${misc:Depends},
${python3:Depends}
-Description: elegant and simple HTTP library for Python, built for human beings
+Description: elegant and simple HTTP library for Python3, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access
the response data in the same way. It's powered by httplib and urllib3, but