1config BR2_PACKAGE_PYTHON_BITSTRING
2 bool "python-bitstring"
3 select BR2_PACKAGE_PYTHON_BITARRAY # runtime
4 select BR2_PACKAGE_PYTHON3_ZLIB # runtime
5 help
6 Simple construction, analysis and modification of binary data.
7
8 https://github.com/scott-griffiths/bitstring
9