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 | |
Patrick Williams | 03514f1 | 2024-04-05 07:04:11 -0500 | [diff] [blame^] | 6 | SRC_URI[sha256sum] = "576b72b628b251d2ee41e02b982d3c714d511d2a5aa3a88e587ed9efc4d6e752" |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 7 | |
| 8 | RDEPENDS:${PN} = " \ |
| 9 | python3-google-auth \ |
| 10 | python3-google-auth-oauthlib \ |
| 11 | python3-strenum \ |
| 12 | " |
| 13 | |
| 14 | inherit pypi python_flit_core |