kumquat-buildroot/package/python-bitarray/Config.in
Romain Naour 218fa820f5 package/python-bitarray: new package
This package is needed at runtime by python-bitstring since
4.1.0 already [1].

Note: the License is under Python-2.0 but "Python Software
Foundation License (PSF)" has been remplaced by the author
of bitarray Ilan Schnell.

[1] https://github.com/scott-griffiths/bitstring/releases/tag/bitstring-4.1.0

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Reviewed-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-02-07 15:59:02 +01:00

7 lines
157 B
Plaintext

config BR2_PACKAGE_PYTHON_BITARRAY
bool "python-bitarray"
help
efficient arrays of booleans -- C extension.
https://github.com/ilanschnell/bitarray