diff options
author | Ross Burton <ross.burton@arm.com> | 2023-05-02 13:54:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-03 07:33:18 +0100 |
commit | 0d8b76c74f84a28c92f802376a78c9eb8ee92f53 (patch) | |
tree | 51e0e0bab026c77be8f301d420c7193cc3440d4e | |
parent | 5caf9e375fcb9793e50772e590de1e137d3887f9 (diff) | |
download | poky-0d8b76c74f84a28c92f802376a78c9eb8ee92f53.tar.gz |
python3-pytest: add missing tomllib RDEPENDS
Pytest can call tomllib (for example, when running the
python3-cryptography tests), so add it as a RDEPENDS.
(From OE-Core rev: 2bc8c7135045cea2d95990df7df96f271a609758)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-pytest_7.3.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 9965844d1a..914ea55346 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} += " \ | |||
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}-tomllib \ | ||
29 | ${PYTHON_PN}-wcwidth \ | 30 | ${PYTHON_PN}-wcwidth \ |
30 | " | 31 | " |
31 | 32 | ||