summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-02-10 18:25:38 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-11 09:10:03 -0800
commitd219c9559c1af62f6e7ca00ef83a450fe0492146 (patch)
tree03a8ca24a52fea8e269760598d7d2fc785b4f247 /meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb
parent366432b6b254f441cbcf4730850863abc538ffee (diff)
downloadmeta-openembedded-d219c9559c1af62f6e7ca00ef83a450fe0492146.tar.gz
python3-pyudev: upgrade 0.22.0 -> 0.23.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb
new file mode 100644
index 0000000000..183bf7273c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb
@@ -0,0 +1,24 @@
1SUMMARY = "A libudev binding"
2
3LICENSE = "LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
5
6SRC_URI[sha256sum] = "32ae3585b320a51bc283e0a04000fd8a25599edb44541e2f5034f6afee5d15cc"
7
8inherit pypi setuptools3
9
10do_configure:prepend() {
11 sed -i "/import pyudev/d" ${S}/setup.py
12 sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
13}
14
15RDEPENDS:${PN} = "\
16 ${PYTHON_PN}-ctypes \
17 ${PYTHON_PN}-misc \
18 ${PYTHON_PN}-six \
19 ${PYTHON_PN}-threading \
20 ${PYTHON_PN}-fcntl \
21 libudev \
22"
23
24BBCLASSEXTEND = "native nativesdk"