7f1e1b1b17
python-bitstring require python-bitarray and python-zlib at runtime since 4.1.0 release [1][2]. python-zlib is now needed for the "Experimental support for two 8-bit float types" [2]. Fixes: https://gitlab.com/kubu93/buildroot/-/jobs/6114047821 [1] https://github.com/scott-griffiths/bitstring/releases/tag/bitstring-4.1.0 [2] https://github.com/scott-griffiths/bitstring/commit/70c8af4d8bef557bc7d96f809d37e2c241587dd0 Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
config BR2_PACKAGE_PYTHON_BITSTRING
|
|
bool "python-bitstring"
|
|
select BR2_PACKAGE_PYTHON_BITARRAY # runtime
|
|
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
|
help
|
|
Simple construction, analysis and modification of binary data.
|
|
|
|
https://github.com/scott-griffiths/bitstring
|