blob: 71cafb513d3bf89407ad6397ac33b96b3b8353f3 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001LICENSE = "ISC"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863"
3
Patrick Williams03514f12024-04-05 07:04:11 -05004SRC_URI[sha256sum] = "b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00005
6inherit pypi setuptools3
7
Patrick Williams39653562024-03-01 08:54:02 -06008RDEPENDS:${PN} += "python3-requests python3-oauthlib"