mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
Add dependence python3-fcntl python3-logging Changelog: =========== Added clear warning when locking in non-blocking mode without specifying either EXCLUSIVE or SHARED mode. Fixes #77 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
453 B
BlitzBasic
17 lines
453 B
BlitzBasic
SUMMARY = "Cross-platform locking library"
|
|
DESCRIPTION = "Portalocker is a library to provide an easy API to file locking"
|
|
LICENSE = "PSF-2.0"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14"
|
|
|
|
SRC_URI[sha256sum] = "ae8e9cc2660da04bf41fa1a0eef7e300bb5e4a5869adfb1a6d8551632b559b2b"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PYTHON_PN}-fcntl \
|
|
${PYTHON_PN}-logging \
|
|
"
|