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>
This commit is contained in:
Derek Straka 2023-09-27 21:36:12 +00:00 committed by Khem Raj
parent 5488a32d90
commit 6defcd8716
2 changed files with 0 additions and 16 deletions

View File

@ -360,7 +360,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-python-vlc \
python3-pytoml \
python3-pytun \
python3-pytz-deprecation-shim \
python3-pyudev \
python3-pyusb \
python3-pywbem \

View File

@ -1,15 +0,0 @@
SUMMARY = "Shims to help you safely remove pytz"
HOMEPAGE = "https://github.com/pganssle/pytz-deprecation-shim"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48"
SRC_URI[sha256sum] = "af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"
PYPI_PACKAGE = "pytz_deprecation_shim"
PYPI_SRC_URI = "https://files.pythonhosted.org/packages/94/f0/909f94fea74759654390a3e1a9e4e185b6cd9aa810e533e3586f39da3097/${PYPI_PACKAGE}-${PV}.tar.gz"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "\
${PYTHON_PN}-zoneinfo \
"