diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 16:30:13 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:33 -0500 |
commit | ef83d33b17348f1e4c6d9569fa2baa2028235c44 (patch) | |
tree | 199276add7b6c5d148ed8f45ac6d2670079e9a0c /python | |
parent | 01e6176798e8e3c76320b68bd1b3b97c09944587 (diff) | |
download | slackbuilds-ef83d33b17348f1e4c6d9569fa2baa2028235c44.tar.gz |
python/simplejson: Fixed dep information
Diffstat (limited to 'python')
-rw-r--r-- | python/simplejson/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/simplejson/README b/python/simplejson/README index 76e0696fda..8abe9b51e7 100644 --- a/python/simplejson/README +++ b/python/simplejson/README @@ -3,5 +3,3 @@ simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.4+. It is pure Python code, but includes an optional C extension for a serious speed boost. - -Requires pysetuptools. |