]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
pytest-runner: remove python3-py dependency
authorRoss Burton <ross.burton@arm.com>
Tue, 23 Jul 2024 14:51:06 +0000 (15:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Jul 2024 21:49:18 +0000 (22:49 +0100)
It appears that this package has never required the `py` module.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb

index cce9ce33e22c4de76eeea65a0fcea7168c4bfca5..e5e5e048bd4e84cfe34b9012a59522365bd8546f 100644 (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"