From c84214ac5a55c5256843365b0108d1392282fced Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Thu, 2 Feb 2023 13:49:11 +0100 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-pytest_7.2.1.bb | 1 - 1 file changed, 1 deletion(-) 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 \ "