summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyppmd_1.1.0.bb
diff options
context:
space:
mode:
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"