summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyppmd_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyppmd_1.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyppmd_1.2.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyppmd_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pyppmd_1.2.0.bb
new file mode 100644
index 0000000000..046dca271b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyppmd_1.2.0.bb
@@ -0,0 +1,20 @@
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] = "cc04af92f1d26831ec96963439dfb27c96467b5452b94436a6af696649a121fd"
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"