summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-serpent_1.42.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-10-29 08:15:00 +0800
committerKhem Raj <raj.khem@gmail.com>2025-10-29 10:14:14 -0700
commit7fe056caf6702f26925a6dd7f46a3007295f7242 (patch)
treeb9ac441f190e03848666ba2ba3b748cad9805eef /meta-python/recipes-devtools/python/python3-serpent_1.42.bb
parent99a2f9d3c57cfb9a2a209902bd576d91c8a0abbe (diff)
downloadmeta-openembedded-7fe056caf6702f26925a6dd7f46a3007295f7242.tar.gz
python3-serpent: upgrade 1.41 -> 1.42
Changelog: added test-requirements.txt 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-serpent_1.42.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-serpent_1.42.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.42.bb b/meta-python/recipes-devtools/python/python3-serpent_1.42.bb
new file mode 100644
index 0000000000..c165a02caa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.42.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Serialization based on ast.literal_eval"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263"
4
5SRC_URI[sha256sum] = "8ea082b01f8ba07ecd74e34a9118ac4521bc4594938d912b808c89f1da425506"
6
7inherit pypi ptest-python-pytest setuptools3
8
9# python3-misc for timeit.py
10RDEPENDS:${PN}-ptest += " \
11 python3-attrs \
12 python3-misc \
13 python3-pytz \
14"
15
16RDEPENDS:${PN} += "\
17 python3-netclient \
18 python3-numbers \
19"