From: Guðni Már Gilbert Date: Sun, 5 May 2024 12:01:45 +0000 (+0000) Subject: python3-bcrypt: drop python3-six from RDEPENDS X-Git-Tag: uninative-4.5~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50757cc95b3062f11a7455af33e7a7e74ea1d0f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-bcrypt: drop python3-six from RDEPENDS Python 2.7 support was dropped in version 3.2.0 and python3-six dependency was subsequently dropped in version 3.2.1 Signed-off-by: Guðni Már Gilbert Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb index 93fa645f330..57b08b37000 100644 --- a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb +++ b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb @@ -33,5 +33,4 @@ RDEPENDS:${PN}:class-target += "\ python3-cffi \ python3-ctypes \ python3-shell \ - python3-six \ "