summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-03-25 18:56:21 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-04-01 15:33:56 +0200
commitbd6d6eee6ff98d4d2bbcf68d717bce44696cf89a (patch)
treeb0198befc65b0f5ee9c9aa86019931d8ec2c908b /meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
parent6ddf37ad7672a4ccae09d5ba304ed5be47048437 (diff)
downloadmeta-openembedded-bd6d6eee6ff98d4d2bbcf68d717bce44696cf89a.tar.gz
python-pyudev: update to 0.19.0
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb b/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
deleted file mode 100644
index 1ec9944aea..0000000000
--- a/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "A libudev binding"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
4
5SRC_URI[md5sum] = "4034de584b6d9efcbfc590a047c63285"
6SRC_URI[sha256sum] = "765d1c14bd9bd031f64e2612225621984cb2bbb8cbc0c03538bcc4c735ff1c95"
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"