mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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 <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
require python-pyudev.inc
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-lang \
|
||||
"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
Reference in New Issue
Block a user