summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"