blob: 0777b6cffb9412a5b30bdd84185ff9e3846d68ae [file] [log] [blame]
Patrick Williams2a254922023-08-11 09:48:11 -05001SUMMARY = "Simple construction, analysis and modification of binary data."
2HOMEPAGE = "https://github.com/scott-griffiths/bitstring"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7"
5
Patrick Williams169d7bc2024-01-05 11:33:25 -06006SRC_URI[sha256sum] = "94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213"
Patrick Williams2a254922023-08-11 09:48:11 -05007
8PYPI_PACKAGE = "bitstring"
9
10inherit pypi python_poetry_core
11
12RDEPENDS:${PN} = "\
Patrick Williams39653562024-03-01 08:54:02 -060013 python3-core \
14 python3-io \
15 python3-mmap \
16 python3-numbers \
Patrick Williams2a254922023-08-11 09:48:11 -050017"
18
19BBCLASSEXTEND = "native nativesdk"