diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:09 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-21 10:38:29 +0000 |
| commit | 91f9f75e1bdbda2676998c45f3d509cc1410e1ba (patch) | |
| tree | aadef35151e36df5c0d41381debfd537f8546f1e /meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb | |
| parent | 028c318f7cfeb381c3c01b3050e8eb1e4bf8be54 (diff) | |
| download | poky-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.bb | 2 |
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 | ||
| 13 | RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \ | 13 | RDEPENDS:${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 | ||
| 16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
