summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-09-27 21:36:12 +0000
committerArmin Kuster <akuster808@gmail.com>2023-10-04 07:52:48 -0700
commit3587c807bd6c5c031b3627758b960ed1187cae01 (patch)
treeb2792bcaa4458a24583e6556dee8597ce705b39d /meta-python
parent6bf8258be0b4fd362d0c332f312d66fd54580b24 (diff)
downloadmeta-openembedded-3587c807bd6c5c031b3627758b960ed1187cae01.tar.gz
python3-pytz-deprecation-shim: Remove outdated recipe meant to be a short lived shim
The upstream package hasn't been updated since 2020 and was meant to be a short term bridge to remote pytz. Anoted in the usage documents, "This library is intended for temporary usage only, and should allow you to drop your dependency on pytz while also giving your users notice that eventually you will remove support for the pytz-specific interface." Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6defcd8716d506cc92a88cae39f5949372834bf7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb15
2 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index f75007e13e..3b9a0f0481 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -360,7 +360,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
360 python3-python-vlc \ 360 python3-python-vlc \
361 python3-pytoml \ 361 python3-pytoml \
362 python3-pytun \ 362 python3-pytun \
363 python3-pytz-deprecation-shim \
364 python3-pyudev \ 363 python3-pyudev \
365 python3-pyusb \ 364 python3-pyusb \
366 python3-pywbem \ 365 python3-pywbem \
diff --git a/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb b/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
deleted file mode 100644
index 022cf39ac0..0000000000
--- a/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "Shims to help you safely remove pytz"
2HOMEPAGE = "https://github.com/pganssle/pytz-deprecation-shim"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48"
5
6SRC_URI[sha256sum] = "af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"
7
8PYPI_PACKAGE = "pytz_deprecation_shim"
9PYPI_SRC_URI = "https://files.pythonhosted.org/packages/94/f0/909f94fea74759654390a3e1a9e4e185b6cd9aa810e533e3586f39da3097/${PYPI_PACKAGE}-${PV}.tar.gz"
10
11inherit pypi python_setuptools_build_meta
12
13RDEPENDS:${PN} += "\
14 ${PYTHON_PN}-zoneinfo \
15"