mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: =========== -OAuth2Session now correctly uses the self.verify value if verify is not overridden in fetch_token and refresh_token. -OAuth2Session constructor now uses its client.scope when a client is provided and scope is not overridden. -Add refresh_token_request and access_token_request compliance hooks -Add PKCE support and Auth0 example -Add support for Python 3.8-3.12 -Remove support of Python 2.x, <3.7 -Migrated to Github Action -Updated dependencies -Cleanup some docs and examples Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 lines
259 B
BlitzBasic
9 lines
259 B
BlitzBasic
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863"
|
|
|
|
SRC_URI[sha256sum] = "acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "python3-requests python3-oauthlib"
|