mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

- 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>
9 lines
100 B
BlitzBasic
9 lines
100 B
BlitzBasic
require python-pyudev.inc
|
|
|
|
RDEPENDS_${PN} = "\
|
|
${PYTHON_PN}-lang \
|
|
"
|
|
|
|
inherit pypi setuptools3
|
|
|