]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-bcrypt: drop python3-six from RDEPENDS
authorGuðni Már Gilbert <gudnimar@noxmedical.com>
Sun, 5 May 2024 12:01:45 +0000 (12:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 May 2024 14:42:24 +0000 (15:42 +0100)
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 <gudnimar@noxmedical.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb

index 93fa645f33073dec196e4502029ae228e856ebe8..57b08b37000083845625c3d3096a861666de05a1 100644 (file)
@@ -33,5 +33,4 @@ RDEPENDS:${PN}:class-target += "\
     python3-cffi \
     python3-ctypes \
     python3-shell \
-    python3-six \
 "