python-simplejson: bump to version 3.11.1

Remove Python2 only dependency as the package is compatible
with Python3.

Add a dot at the end of the help text.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yegor Yefremov
2017-07-14 14:16:31 +02:00
committed by Peter Korsgaard
parent e67e6a72fd
commit 45c468f6a5
3 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_SIMPLEJSON
bool "python-simplejson"
depends on BR2_PACKAGE_PYTHON
help
Simple, fast, extensible JSON encoder/decoder for Python
Simple, fast, extensible JSON encoder/decoder for Python.
https://pypi.python.org/pypi/simplejson/