diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-30 15:30:34 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-01 19:02:17 -0800 |
| commit | f024c3cb14c161354e14e44ac6f5c3a728c99657 (patch) | |
| tree | 9eeab9e9992476502d21bdabca8fe35b7b1bc914 /meta-python/recipes-devtools/python/python3-pyppmd_1.1.0.bb | |
| parent | 39fe27dd0f51584ff460171bad9ab899522eb770 (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 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] = "1d38ce2e4b7eb84b53bc8a52380b94f66ba6c39328b8800b30c2b5bf31693973" | ||
| 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 | " | ||
