diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-14 17:09:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-19 08:27:55 -0700 |
| commit | d85d15d4676730b2609405f043821f4e76486b75 (patch) | |
| tree | d910d3d9311a2592964cd3b3e56438639224a8c4 /meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb | |
| parent | f41ff6bdd58bfa48663d2f5c68d14935cfc48bfa (diff) | |
| download | meta-openembedded-d85d15d4676730b2609405f043821f4e76486b75.tar.gz | |
python3-bitstring: upgrade 4.2.1 -> 4.2.2
License-Update:
file type changed from "ASCII text, with CRLF line terminators" to "ASCII text"
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb deleted file mode 100644 index 8485e2e8f3..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb +++ /dev/null | |||
| @@ -1,19 +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=f7f2fd3f1cd52b5ccd39d76fb3568d3f" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "8abb5a661588c764bacf1a23d64c7bb57517d2841e3e6f54fb8c057119e0540d" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "bitstring" | ||
| 9 | |||
| 10 | inherit pypi python_poetry_core | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "\ | ||
| 13 | python3-core \ | ||
| 14 | python3-io \ | ||
| 15 | python3-mmap \ | ||
| 16 | python3-numbers \ | ||
| 17 | " | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
