summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-23 15:51:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-24 22:51:39 +0100
commitad0186d95b65f748292d5b05341bf953621c6a31 (patch)
tree00e749cef64c8b632d5aa87beb9c87e1b8d73eef /meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb
parent758350b71c8a7b07f8140bfcf636e1fcda3b1df8 (diff)
downloadpoky-ad0186d95b65f748292d5b05341bf953621c6a31.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb3
1 files changed, 1 insertions, 2 deletions
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 cce9ce33e2..e5e5e048bd 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
10DEPENDS += " \ 10DEPENDS += " \
11 python3-setuptools-scm-native" 11 python3-setuptools-scm-native"
12 12
13RDEPENDS:${PN} = "python3-py python3-setuptools python3-debugger python3-json \ 13RDEPENDS:${PN} = "python3-setuptools python3-debugger python3-json python3-io"
14 python3-io"
15 14
16BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"