summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyudev_0.20.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-02-03 12:30:40 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:28 +0100
commit1c376eca7455e55ca259f27a02daf43491ac01c5 (patch)
tree425e851c088828f6e69a90105c4b0c16585fb30f /meta-python/recipes-devtools/python/python-pyudev_0.20.0.bb
parentfbda6b54dab7238f70b7f5a92f269c194360e09c (diff)
downloadmeta-openembedded-1c376eca7455e55ca259f27a02daf43491ac01c5.tar.gz
python-pyudev: update to version 0.21.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyudev_0.20.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyudev_0.20.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyudev_0.20.0.bb b/meta-python/recipes-devtools/python/python-pyudev_0.20.0.bb
deleted file mode 100644
index e403d4e0e6..0000000000
--- a/meta-python/recipes-devtools/python/python-pyudev_0.20.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "A libudev binding"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
4
5SRC_URI[md5sum] = "30c19f94dba43b6f5a010285838a3f45"
6SRC_URI[sha256sum] = "14d85bc9611dbf798732996cb7107858f58a3a1b9d246e4063c7a20ade65842a"
7
8inherit pypi setuptools
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-ctypes \
17 python-subprocess \
18 python-misc \
19 python-contextlib \
20"