mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-portalocker: upgrade 2.4.0 -> 2.5.1
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>
This commit is contained in:
parent
016947fbbd
commit
99b8eb24d9
|
|
@ -4,8 +4,13 @@ LICENSE = "PSF-2.0"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "a648ad761b8ea27370cb5915350122cd807b820d2193ed5c9cc28f163df637f4"
|
SRC_URI[sha256sum] = "ae8e9cc2660da04bf41fa1a0eef7e300bb5e4a5869adfb1a6d8551632b559b2b"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += " \
|
||||||
|
${PYTHON_PN}-fcntl \
|
||||||
|
${PYTHON_PN}-logging \
|
||||||
|
"
|
||||||
Loading…
Reference in New Issue
Block a user