diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-26 19:55:58 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-27 09:08:55 -0700 |
| commit | af3f94a0ca7e080dda060d6fb5dafeb77cfa7a10 (patch) | |
| tree | e1a3d74affad5b2754318e8fddea61e97f7f3fdf /meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb | |
| parent | 6fb096996f1c7041f2df75f9e8244f88c1cb090d (diff) | |
| download | meta-openembedded-af3f94a0ca7e080dda060d6fb5dafeb77cfa7a10.tar.gz | |
python3-bitstring: upgrade 4.3.1 -> 4.4.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb deleted file mode 100644 index 31b4330c21..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | SUMMARY = "Simple construction, analysis and modification of binary data." | ||
| 2 | HOMEPAGE = "https://github.com/scott-griffiths/bitstring" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=963a24c175e658fbf16a764135121ffa" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "a08bc09d3857216d4c0f412a1611056f1cc2b64fd254fb1e8a0afba7cfa1a95a" | ||
| 7 | |||
| 8 | inherit pypi python_poetry_core | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = "\ | ||
| 11 | python3-core \ | ||
| 12 | python3-io \ | ||
| 13 | python3-mmap \ | ||
| 14 | python3-numbers \ | ||
| 15 | python3-bitarray \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
