summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-06 07:43:56 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-06 16:00:50 -0800
commit2ae39fe3d85b02158f09f6a8ba07454644c7d412 (patch)
tree4b8675b2da315984c67896c58e74e257cb4cbfb2 /meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb
parent96ef6d8158d86d3dbece07301a40e461c80f0b39 (diff)
downloadmeta-openembedded-2ae39fe3d85b02158f09f6a8ba07454644c7d412.tar.gz
python3-deprecated: upgrade 1.2.18 -> 1.3.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-deprecated_1.2.18.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb b/meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb
deleted file mode 100644
index 5f52571edd..0000000000
--- a/meta-python/recipes-devtools/python/python3-deprecated_1.2.18.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] = "422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 python3-wrapt \
12"