diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-07-13 18:33:49 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-17 07:49:40 +0700 |
commit | 55c93d446b8e38e77f7f9c87c58bddb8f07fcec9 (patch) | |
tree | ef164d722e95dfcd1a795c729d8056c46e61c009 /python/simplejson/README | |
parent | 056e4c4179ea84559509d3b40139e61e61642c63 (diff) |
python/simplejson: Removed the optional dependency pysetuptools.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/simplejson/README')
-rw-r--r-- | python/simplejson/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/simplejson/README b/python/simplejson/README index dc5c972c0ba2..fbf7a984b334 100644 --- a/python/simplejson/README +++ b/python/simplejson/README @@ -3,7 +3,7 @@ Simplejson is a simple, fast, complete, correct and extensible JSON pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. -Optional dependencies: Sphinx, python3 and pysetuptools +Optional dependencies: Sphinx and python3. Note: To install python3 bindings install python3 and pass PYTHON3=yes to the slackbuild. |