[Python-modules-commits] [requests] 02/04: Add python{, 3}-socks to Suggests

Daniele Tricoli eriol-guest at moszumanska.debian.org
Fri May 20 00:42:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository requests.

commit 83f42ad766766387082f11ab92d836324772ea9f
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Fri May 20 02:25:14 2016 +0200

    Add python{,3}-socks to Suggests
---
 debian/control | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index a0347b5..b4776f4 100644
--- a/debian/control
+++ b/debian/control
@@ -29,10 +29,11 @@ Depends:
  ca-certificates,
  python-chardet,
  python-urllib3 (>= 1.15.1), python-urllib3 (<< 1.15.2)
-Suggests: 
-  python-ndg-httpsclient,
-  python-openssl,
-  python-pyasn1
+Suggests:
+ python-ndg-httpsclient,
+ python-openssl,
+ python-pyasn1,
+ python-socks
 Breaks: httpie (<< 0.9.2)
 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,
@@ -64,7 +65,8 @@ Depends:
 Suggests:
  python3-ndg-httpsclient,
  python3-openssl,
- python3-pyasn1
+ python3-pyasn1,
+ python3-socks
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/requests.git



More information about the Python-modules-commits mailing list