45c468f6a5
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>
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
config BR2_PACKAGE_PYTHON_SIMPLEJSON
|
|
bool "python-simplejson"
|
|
help
|
|
Simple, fast, extensible JSON encoder/decoder for Python.
|
|
|
|
https://pypi.python.org/pypi/simplejson/
|