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 similarity index 83% rename from meta-python/recipes-devtools/python/python3-google-auth_2.30.0.bb rename to 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" inherit pypi setuptools3 ptest -SRC_URI[sha256sum] = "ab630a1320f6720909ad76a7dbdb6841cdf5c66b328d690027e4867bdfb16688" - +SRC_URI[sha256sum] = "f4c64ed4e01e8e8b646ef34c018f8bf3338df0c8e37d8b3bba40e7f574a3278a" SRC_URI += " \ file://run-ptest \ " +PYPI_PACKAGE = "google_auth" + RDEPENDS:${PN}-ptest += " \ + python3-aioresponses \ python3-cryptography \ python3-flask \ python3-freezegun \ python3-grpcio \ python3-mock \ - python3-oauth2client \ python3-pyopenssl \ python3-pytest \ + python3-pytest-asyncio \ python3-pytest-localserver \ python3-pyu2f \ python3-requests \