From a2bb4707f40951664953ea9a3ba2aa3add14a2f1 Mon Sep 17 00:00:00 2001 From: Guðni Már Gilbert Date: Sun, 5 May 2024 12:01:45 +0000 Subject: python3-bcrypt: drop python3-six from RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 (From OE-Core rev: 214d41b73d235176123fd78143747845aa9c951e) Signed-off-by: Guðni Már Gilbert Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 50757cc95b3062f11a7455af33e7a7e74ea1d0f7) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb') 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 93fa645f33..57b08b3700 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 \ " -- cgit v1.2.3-54-g00ecf