From 50757cc95b3062f11a7455af33e7a7e74ea1d0f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 5 May 2024 12:01:45 +0000 Subject: [PATCH] python3-bcrypt: drop python3-six from RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | 1 - 1 file changed, 1 deletion(-) 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 \ " -- 2.47.2