From: Arnout Vandecappelle Date: Thu, 2 Feb 2023 12:49:11 +0000 (+0100) Subject: python3-pytest: Remove dependency on python3-toml X-Git-Tag: 2023-04-mickledore~621 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c84214ac5a55c5256843365b0108d1392282fced;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pytest: Remove dependency on python3-toml Since version 7.2.0 [1], pytest uses the "batteries included" tomllib module for parsing pyproject.toml configuration files [2]. It is therefore no longer necessary to have python3-toml in RDEPENDS. [1] https://docs.pytest.org/en/latest/changelog.html#pytest-7-2-0-2022-10-23 [2] https://github.com/pytest-dev/pytest/pull/9741 Signed-off-by: Arnout Vandecappelle Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pytest_7.2.1.bb b/meta/recipes-devtools/python/python3-pytest_7.2.1.bb index 85fc507dde9..105b76a4a64 100644 --- a/meta/recipes-devtools/python/python3-pytest_7.2.1.bb +++ b/meta/recipes-devtools/python/python3-pytest_7.2.1.bb @@ -26,7 +26,6 @@ RDEPENDS:${PN}:class-target += " \ ${PYTHON_PN}-py \ ${PYTHON_PN}-setuptools \ ${PYTHON_PN}-six \ - ${PYTHON_PN}-toml \ ${PYTHON_PN}-wcwidth \ "