blob: 022cf39ac0d76ef474e7d37cd90cd7e4c63f0ba8 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "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
Andrew Geissler9aee5002022-03-30 16:27:02 +000011inherit pypi python_setuptools_build_meta
Andrew Geissler87f5cff2022-09-30 13:13:31 -050012
13RDEPENDS:${PN} += "\
14 ${PYTHON_PN}-zoneinfo \
15"