diff options
Diffstat (limited to 'package/python-simplejson/Config.in')
-rw-r--r-- | package/python-simplejson/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-simplejson/Config.in b/package/python-simplejson/Config.in new file mode 100644 index 0000000000..be0ee8f929 --- /dev/null +++ b/package/python-simplejson/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_SIMPLEJSON + bool "python-simplejson" + depends on BR2_PACKAGE_PYTHON + help + Simple, fast, extensible JSON encoder/decoder for Python + + https://pypi.python.org/pypi/simplejson/ |