summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyppmd_1.1.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-30 15:30:34 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-01 19:02:17 -0800
commitf024c3cb14c161354e14e44ac6f5c3a728c99657 (patch)
tree9eeab9e9992476502d21bdabca8fe35b7b1bc914 /meta-python/recipes-devtools/python/python3-pyppmd_1.1.0.bb
parent39fe27dd0f51584ff460171bad9ab899522eb770 (diff)
downloadmeta-openembedded-f024c3cb14c161354e14e44ac6f5c3a728c99657.tar.gz
python3-pyppmd: upgrade 1.1.0 -> 1.1.1
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-pyppmd_1.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyppmd_1.1.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyppmd_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pyppmd_1.1.0.bb
deleted file mode 100644
index cec21007a2..0000000000
--- a/meta-python/recipes-devtools/python/python3-pyppmd_1.1.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "PPMd compression/decompression library"
2HOMEPAGE = "https://pyppmd.readthedocs.io/en/latest/"
3LICENSE = "LGPL-2.1-or-later"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
6
7inherit pypi python_setuptools_build_meta
8
9SRC_URI[sha256sum] = "1d38ce2e4b7eb84b53bc8a52380b94f66ba6c39328b8800b30c2b5bf31693973"
10
11DEPENDS += " \
12 python3-setuptools-scm-native \
13 python3-toml-native \
14 python3-wheel-native \
15"
16
17RDEPENDS:${PN} += "\
18 python3-email \
19 python3-importlib-metadata \
20"