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:
Ross Burton
2024-07-23 15:51:06 +01:00
committed by Richard Purdie
parent 758350b71c
commit ad0186d95b

View File

@@ -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"