summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2023-02-02 13:49:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-04 17:02:10 +0000
commit7f670cf2d9c39597b41f1f2878c0c692ae7c52e2 (patch)
treecc99b1dbae79027bb028c3921c8e91369326cec8 /meta/recipes-devtools/python
parentfb0b2cf7727984bfdc295879bd605d6bd105c585 (diff)
downloadpoky-7f670cf2d9c39597b41f1f2878c0c692ae7c52e2.tar.gz
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 (From OE-Core rev: c84214ac5a55c5256843365b0108d1392282fced) Signed-off-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-pytest_7.2.1.bb1
1 files changed, 0 insertions, 1 deletions
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 85fc507dde..105b76a4a6 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 += " \
26 ${PYTHON_PN}-py \ 26 ${PYTHON_PN}-py \
27 ${PYTHON_PN}-setuptools \ 27 ${PYTHON_PN}-setuptools \
28 ${PYTHON_PN}-six \ 28 ${PYTHON_PN}-six \
29 ${PYTHON_PN}-toml \
30 ${PYTHON_PN}-wcwidth \ 29 ${PYTHON_PN}-wcwidth \
31" 30"
32 31