diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-auth_2.35.0.bb (renamed from meta-python/recipes-devtools/python/python3-google-auth_2.30.0.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.30.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.35.0.bb index c51be16505..f0ef3c6773 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.30.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.35.0.bb | |||
@@ -5,21 +5,23 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
5 | 5 | ||
6 | inherit pypi setuptools3 ptest | 6 | inherit pypi setuptools3 ptest |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "ab630a1320f6720909ad76a7dbdb6841cdf5c66b328d690027e4867bdfb16688" | 8 | SRC_URI[sha256sum] = "f4c64ed4e01e8e8b646ef34c018f8bf3338df0c8e37d8b3bba40e7f574a3278a" |
9 | |||
10 | SRC_URI += " \ | 9 | SRC_URI += " \ |
11 | file://run-ptest \ | 10 | file://run-ptest \ |
12 | " | 11 | " |
13 | 12 | ||
13 | PYPI_PACKAGE = "google_auth" | ||
14 | |||
14 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | python3-aioresponses \ | ||
15 | python3-cryptography \ | 17 | python3-cryptography \ |
16 | python3-flask \ | 18 | python3-flask \ |
17 | python3-freezegun \ | 19 | python3-freezegun \ |
18 | python3-grpcio \ | 20 | python3-grpcio \ |
19 | python3-mock \ | 21 | python3-mock \ |
20 | python3-oauth2client \ | ||
21 | python3-pyopenssl \ | 22 | python3-pyopenssl \ |
22 | python3-pytest \ | 23 | python3-pytest \ |
24 | python3-pytest-asyncio \ | ||
23 | python3-pytest-localserver \ | 25 | python3-pytest-localserver \ |
24 | python3-pyu2f \ | 26 | python3-pyu2f \ |
25 | python3-requests \ | 27 | python3-requests \ |