From ab2ca92e8322549aa3f13af0c903aa80bd6f10ad Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Fri, 26 May 2017 03:37:31 -0400 Subject: python3-pyudev: add a python3 recipe - Split to a common python-pyudev.inc for python2 and python3 - The contextlib module is moved to python3-lang. Signed-off-by: Hongxu Jia Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb new file mode 100644 index 0000000000..0292555c74 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb @@ -0,0 +1,8 @@ +require python-pyudev.inc + +RDEPENDS_${PN} = "\ + ${PYTHON_PN}-lang \ +" + +inherit pypi setuptools3 + -- cgit v1.2.3-54-g00ecf