summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb45
1 files changed, 45 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb
new file mode 100644
index 0000000000..04207c607b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb
@@ -0,0 +1,45 @@
1DESCRIPTION = "Google Authentication Library"
2HOMEPAGE = "https://github.com/googleapis/google-auth-library-python"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
5
6inherit pypi setuptools3 ptest
7
8SRC_URI[sha256sum] = "58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540"
9SRC_URI += " \
10 file://run-ptest \
11"
12
13PYPI_PACKAGE = "google_auth"
14UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
15
16RDEPENDS:${PN}-ptest += " \
17 python3-aioresponses \
18 python3-cryptography \
19 python3-flask \
20 python3-freezegun \
21 python3-grpcio \
22 python3-mock \
23 python3-pyjwt \
24 python3-pyopenssl \
25 python3-pytest \
26 python3-pytest-asyncio \
27 python3-pytest-localserver \
28 python3-pyu2f \
29 python3-requests \
30 python3-responses \
31 python3-unittest-automake-output \
32 python3-unixadmin \
33"
34
35do_install_ptest() {
36 install -d ${D}${PTEST_PATH}/tests
37 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
38}
39
40RDEPENDS:${PN} += "\
41 python3-cachetools \
42 python3-json \
43 python3-pyasn1-modules \
44 python3-rsa \
45"