mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
pytest-runner: remove python3-py dependency
It appears that this package has never required the `py` module. (From OE-Core rev: 98e07bf4824059c2efd8778969398cfe102d2ac7) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
758350b71c
commit
ad0186d95b
@@ -10,7 +10,6 @@ inherit pypi python_setuptools_build_meta
|
||||
DEPENDS += " \
|
||||
python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS:${PN} = "python3-py python3-setuptools python3-debugger python3-json \
|
||||
python3-io"
|
||||
RDEPENDS:${PN} = "python3-setuptools python3-debugger python3-json python3-io"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user