blob: 482155856a23fcf4e01b84209e980883fddb297d [file] [log] [blame]
Patrick Williams39653562024-03-01 08:54:02 -06001SUMMARY = "Google Spreadsheets Python API"
2HOMEPAGE = "https://github.com/burnash/gspread"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f"
5
Patrick Williams03514f12024-04-05 07:04:11 -05006SRC_URI[sha256sum] = "576b72b628b251d2ee41e02b982d3c714d511d2a5aa3a88e587ed9efc4d6e752"
Patrick Williams39653562024-03-01 08:54:02 -06007
8RDEPENDS:${PN} = " \
9 python3-google-auth \
10 python3-google-auth-oauthlib \
11 python3-strenum \
12 "
13
14inherit pypi python_flit_core