From 8065b67ce443c7c1671a34bbcfbf1f7dbc7688f8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 May 2024 17:10:06 +0800 Subject: python3-pyudev: upgrade 0.24.1 -> 0.24.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pyudev_0.24.1.bb | 22 ---------------------- .../python/python3-pyudev_0.24.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb deleted file mode 100644 index ed5175fcf7..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "A libudev binding" - -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" - -SRC_URI[sha256sum] = "75e54d37218f5ac45b0da1f0fd9cc5e526a3cac3ef1cfad410cf7ab338b01471" - -inherit pypi setuptools3 - -do_configure:prepend() { - sed -i "/import pyudev/d" ${S}/setup.py - sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py -} - -RDEPENDS:${PN} = "\ - python3-ctypes \ - python3-misc \ - python3-six \ - python3-threading \ - python3-fcntl \ - libudev \ -" diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb new file mode 100644 index 0000000000..0911b63ed9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb @@ -0,0 +1,22 @@ +SUMMARY = "A libudev binding" + +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" + +SRC_URI[sha256sum] = "2e945427a21674893bb97632401db62139d91cea1ee96137cc7b07ad22198fc7" + +inherit pypi setuptools3 + +do_configure:prepend() { + sed -i "/import pyudev/d" ${S}/setup.py + sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py +} + +RDEPENDS:${PN} = "\ + python3-ctypes \ + python3-misc \ + python3-six \ + python3-threading \ + python3-fcntl \ + libudev \ +" -- cgit v1.2.3-54-g00ecf