From 94c019d9c0a1e09fcdc7f971232f467546f36ee4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 8 Dec 2022 19:30:23 +0000 Subject: [PATCH] python3-cryptography: remove python3-tomli RDEPENDS The test suite doesn't use tomli, so remove it. (From OE-Core rev: 60c3c875e2547d636e55abd115c0c7fb23488379) Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-cryptography_38.0.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb b/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb index 14ad459c1b..4bbc0904ed 100644 --- a/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb +++ b/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb @@ -45,7 +45,6 @@ RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-pytest \ ${PYTHON_PN}-pytest-subtests \ ${PYTHON_PN}-pytz \ - ${PYTHON_PN}-tomli \ " inherit ptest