summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-10 17:01:01 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:16:02 -0800
commitd96b5d3616017000e8b43d10d85f100cb496b3b5 (patch)
treead138bca7e459fd42009635398d2e79d300e80ea /meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb
parentc9828443aaae76116414819fe3f9008edb5f8545 (diff)
downloadmeta-openembedded-d96b5d3616017000e8b43d10d85f100cb496b3b5.tar.gz
python3-deprecated: upgrade 1.2.15 -> 1.2.18
Changelog: =========== - Update Packit configuration - docs: fix compat with sphinx8 - fix: enhance documentation and build configuration: update versioning, fixes, and ReadTheDocs setup 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-deprecated_1.2.15.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb b/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb
deleted file mode 100644
index 46b8a19ddc..0000000000
--- a/meta-python/recipes-devtools/python/python3-deprecated_1.2.15.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1SUMMARY = "Python @deprecated decorator to deprecate old python classes, functions or methods."
2HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01"
5
6SRC_URI[sha256sum] = "683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 python3-wrapt \
12"