From: Ross Burton Date: Tue, 2 May 2023 12:54:16 +0000 (+0100) Subject: python3-pytest: add missing tomllib RDEPENDS X-Git-Tag: uninative-3.10~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc8c7135045cea2d95990df7df96f271a609758;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pytest: add missing tomllib RDEPENDS Pytest can call tomllib (for example, when running the python3-cryptography tests), so add it as a RDEPENDS. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pytest_7.3.1.bb b/meta/recipes-devtools/python/python3-pytest_7.3.1.bb index 9965844d1ad..914ea553464 100644 --- a/meta/recipes-devtools/python/python3-pytest_7.3.1.bb +++ b/meta/recipes-devtools/python/python3-pytest_7.3.1.bb @@ -26,6 +26,7 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-py \ ${PYTHON_PN}-setuptools \ ${PYTHON_PN}-six \ + ${PYTHON_PN}-tomllib \ ${PYTHON_PN}-wcwidth \ "