meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb
Tim Orling 94c20e1ef4
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:24 -08:00

27 lines
636 B
BlitzBasic

DESCRIPTION = "Google Authentication Library"
HOMEPAGE = "https://github.com/googleapis/google-auth-library-python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
inherit pypi setuptools3
SRC_URI[sha256sum] = "e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821"
RDEPENDS:${PN} += "\
python3-asyncio \
python3-datetime \
python3-io \
python3-json \
python3-logging \
python3-netclient \
python3-numbers \
"
RDEPENDS:${PN} += "\
python3-aiohttp \
python3-cachetools \
python3-pyasn1-modules \
python3-rsa \
python3-six \
"