package/python-bitstring: add missing runtime dependency

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] 70c8af4d8b

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>
This commit is contained in:
Romain Naour 2024-02-07 09:45:03 +01:00 committed by Thomas Petazzoni
parent 218fa820f5
commit 7f1e1b1b17

View File

@ -1,5 +1,7 @@
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.