kumquat-buildroot/package/python-ujson/Config.in
James Hilliard a855e21bcb package/python-ujson: bump to version 5.5.0
Switch to now supported system double-conversion library.

Disable built in strip so that stripping is handled by buildroot.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-10-30 15:03:53 +01:00

13 lines
378 B
Plaintext

config BR2_PACKAGE_PYTHON_UJSON
bool "python-ujson"
depends on BR2_INSTALL_LIBSTDCPP # double-conversion
select BR2_PACKAGE_DOUBLE_CONVERSION
help
UltraJSON is an ultra fast JSON encoder and decoder written
in pure C with bindings for Python 3.
https://pypi.python.org/pypi/ujson
comment "python-ujson needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP