summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-14 17:09:50 +0800
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:27:55 -0700
commitd85d15d4676730b2609405f043821f4e76486b75 (patch)
treed910d3d9311a2592964cd3b3e56438639224a8c4 /meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb
parentf41ff6bdd58bfa48663d2f5c68d14935cfc48bfa (diff)
downloadmeta-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.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb
new file mode 100644
index 0000000000..feeed55c31
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb
@@ -0,0 +1,19 @@
1SUMMARY = "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
6SRC_URI[sha256sum] = "b40b01d911eebaea6efff40d826580806dced5e04b9d3cbad6aebf9422f4b643"
7
8PYPI_PACKAGE = "bitstring"
9
10inherit pypi python_poetry_core
11
12RDEPENDS:${PN} = "\
13 python3-core \
14 python3-io \
15 python3-mmap \
16 python3-numbers \
17"
18
19BBCLASSEXTEND = "native nativesdk"