From: Guðni Már Gilbert Date: Sun, 5 May 2024 12:10:45 +0000 (+0000) Subject: python3-pyopenssl: drop python3-six from RDEPENDS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ad0495c543ec952817860595c047e5e4263978;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pyopenssl: drop python3-six from RDEPENDS Python 2.7 support was dropped in version 22.0.0 python3-six was dropped as a dependency in 22.0.0 Signed-off-by: Guðni Már Gilbert Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 6eab37a0cdcc6071f79aa5c8198df0b2ba23dd7a) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb index 9ea30754821..116f214bfa8 100644 --- a/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb +++ b/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb @@ -15,7 +15,6 @@ FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" RDEPENDS:${PN}:class-target = " \ python3-cryptography \ - python3-six \ python3-threading \ " RDEPENDS:${PN}-tests = "${PN}"