diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-02-10 16:17:10 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-11 12:14:56 -0600 |
commit | 89e6f2c4c43bb932c44fcd97fd7db45b1dce13fc (patch) | |
tree | 9ddc53fd384d967ee355d7dc11a83e6ce7c25ebd /python/httplib2/README | |
parent | 8f3e79a5b786d141bbdf37543bd1bfc5b747a91b (diff) |
python/httplib2: Added patches for ssl.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/httplib2/README')
-rw-r--r-- | python/httplib2/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/httplib2/README b/python/httplib2/README index ea0138616722..dfd8ae4c85a1 100644 --- a/python/httplib2/README +++ b/python/httplib2/README @@ -2,3 +2,8 @@ httplib2 (python http library) A comprehensive HTTP client library that supports many features left out of other HTTP libraries. + +If you want to build this for use with Python 3.x (needs the optional +dependency python3) pass the script PYTHON3=yes, like + + PYTHON3=yes ./httplib2.SlackBuild |