diff mbox series

[meta-python] python3-portalocker: upgrade 2.4.0 -> 2.5.1

Message ID 1658460710-27310-1-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-portalocker: upgrade 2.4.0 -> 2.5.1 | expand

Commit Message

XU Huan July 22, 2022, 3:31 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

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>
---
 ...3-portalocker_2.4.0.bb => python3-portalocker_2.5.1.bb} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename meta-python/recipes-extended/python3-portalocker/{python3-portalocker_2.4.0.bb => python3-portalocker_2.5.1.bb} (61%)
diff mbox series

Patch

diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb
similarity index 61%
rename from meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb
rename to meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb
index e3b55a7eab..55037d1ebd 100644
--- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb
+++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb
@@ -4,8 +4,13 @@  LICENSE = "PSF-2.0"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14"
 
-SRC_URI[sha256sum] = "a648ad761b8ea27370cb5915350122cd807b820d2193ed5c9cc28f163df637f4"
+SRC_URI[sha256sum] = "ae8e9cc2660da04bf41fa1a0eef7e300bb5e4a5869adfb1a6d8551632b559b2b"
 
 inherit pypi setuptools3
 
 BBCLASSEXTEND = "native nativesdk"
+
+RDEPENDS:${PN} += " \
+        ${PYTHON_PN}-fcntl \
+        ${PYTHON_PN}-logging \
+"