mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
Changelog: ============ - ignore jinja CVE - Remove passing exception as args to super in APIError - better handler API error parsing. - Add test on receiving an invalid JSON in the APIError exception handler. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
403 B
BlitzBasic
15 lines
403 B
BlitzBasic
SUMMARY = "Google Spreadsheets Python API"
|
|
HOMEPAGE = "https://github.com/burnash/gspread"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f"
|
|
|
|
SRC_URI[sha256sum] = "cf03627f44e9e03a0a3de241d1748709db22af4fc8c11a13aa389d0bce6053fd"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-google-auth \
|
|
python3-google-auth-oauthlib \
|
|
python3-strenum \
|
|
"
|
|
|
|
inherit pypi python_flit_core
|