blob: 22e58c5668d4d1a6e750aea0151383c031b257fe [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "A python package that provides useful locks."
2HOMEPAGE = "https://github.com/harlowja/fasteners"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52"
5
Andrew Geissler220dafd2023-10-04 10:18:08 -05006SRC_URI[sha256sum] = "b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00007
Andrew Geissler9aee5002022-03-30 16:27:02 +00008inherit pypi python_setuptools_build_meta
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009
10RDEPENDS:${PN} += "\
Patrick Williams39653562024-03-01 08:54:02 -060011 python3-logging \
12 python3-fcntl \
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000013"