Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 1 | SUMMARY = "Google Spreadsheets Python API" |
2 | HOMEPAGE = "https://github.com/burnash/gspread" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "0982beeb07fa3ec4482a3aaa96ca13a1e6b427a0aca4058beab4cdc33c0cbb64" | ||||
7 | |||||
8 | RDEPENDS:${PN} = " \ | ||||
9 | python3-google-auth \ | ||||
10 | python3-google-auth-oauthlib \ | ||||
11 | python3-strenum \ | ||||
12 | " | ||||
13 | |||||
14 | inherit pypi python_flit_core |