diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-07-14 14:16:31 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-14 15:14:39 +0200 |
commit | 45c468f6a5980c59252d2e1025f39eee9cf76aa8 (patch) | |
tree | 1eeea44fd181d9f2d47321a970770f50366cc7d3 /package/python-simplejson/Config.in | |
parent | e67e6a72fd23e003bd5415691536c96ef0de244b (diff) | |
download | buildroot-45c468f6a5980c59252d2e1025f39eee9cf76aa8.tar.gz buildroot-45c468f6a5980c59252d2e1025f39eee9cf76aa8.zip |
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>
Diffstat (limited to 'package/python-simplejson/Config.in')
-rw-r--r-- | package/python-simplejson/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/python-simplejson/Config.in b/package/python-simplejson/Config.in index be0ee8f929..c2fd91773e 100644 --- a/package/python-simplejson/Config.in +++ b/package/python-simplejson/Config.in @@ -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/ |