diff options
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.bb | 20 |
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 @@ | |||
1 | SUMMARY = "PPMd compression/decompression library" | ||
2 | HOMEPAGE = "https://pyppmd.readthedocs.io/en/latest/" | ||
3 | LICENSE = "LGPL-2.1-or-later" | ||
4 | SECTION = "devel/python" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | ||
6 | |||
7 | inherit pypi python_setuptools_build_meta | ||
8 | |||
9 | SRC_URI[sha256sum] = "cc04af92f1d26831ec96963439dfb27c96467b5452b94436a6af696649a121fd" | ||
10 | |||
11 | DEPENDS += " \ | ||
12 | python3-setuptools-scm-native \ | ||
13 | python3-toml-native \ | ||
14 | python3-wheel-native \ | ||
15 | " | ||
16 | |||
17 | RDEPENDS:${PN} += "\ | ||
18 | python3-email \ | ||
19 | python3-importlib-metadata \ | ||
20 | " | ||