diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-07-11 12:13:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-14 06:55:59 +0700 |
commit | 780ae5fa0400acfdc2c6e8ba66de922c3456deb8 (patch) | |
tree | 438499ecf0c45f34d3ed0476b73f19cd0f0620a9 /python/httplib2/README | |
parent | 1948d3474805fd0bfee78a20c39cd999832f372a (diff) | |
download | slackbuilds-780ae5fa0400acfdc2c6e8ba66de922c3456deb8.tar.gz |
python/httplib2: Autodect python3, cleanups.
Fix download and homepage
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/httplib2/README')
-rw-r--r-- | python/httplib2/README | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/python/httplib2/README b/python/httplib2/README index dfd8ae4c85..0f9a75ebaa 100644 --- a/python/httplib2/README +++ b/python/httplib2/README @@ -1,9 +1,4 @@ -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 +python3 is an optional (autodetected) dependency. |