diff mbox series

[06/37] pytest-runner: remove python3-py dependency

Message ID 20240723145137.74198-6-ross.burton@arm.com
State Accepted, archived
Commit 98e07bf4824059c2efd8778969398cfe102d2ac7
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
It appears that this package has never required the `py` module.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb b/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb
index cce9ce33e22..e5e5e048bd4 100644
--- a/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb
+++ b/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb
@@ -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"