summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-15 08:52:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-21 10:38:29 +0000
commit91f9f75e1bdbda2676998c45f3d509cc1410e1ba (patch)
treeaadef35151e36df5c0d41381debfd537f8546f1e /meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
parent028c318f7cfeb381c3c01b3050e8eb1e4bf8be54 (diff)
downloadpoky-91f9f75e1bdbda2676998c45f3d509cc1410e1ba.tar.gz
python3-pytest-runner: remove distutils dependency
I couldn't find any evidence of it actually being required at build or run time. (From OE-Core rev: a28cd31784592f7cd460320a5c2cf41a86829255) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb b/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
index f7a2c1bb95..2e2d750e17 100644
--- a/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
@@ -11,6 +11,6 @@ DEPENDS += " \
11 ${PYTHON_PN}-setuptools-scm-native" 11 ${PYTHON_PN}-setuptools-scm-native"
12 12
13RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \ 13RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \
14 ${PYTHON_PN}-io ${PYTHON_PN}-distutils" 14 ${PYTHON_PN}-io"
15 15
16BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"