]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pyopenssl: drop python3-six from RDEPENDS
authorGuðni Már Gilbert <gudnimar@noxmedical.com>
Sun, 5 May 2024 12:10:45 +0000 (12:10 +0000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 3 Jul 2024 14:09:47 +0000 (07:09 -0700)
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 <gudnimar@noxmedical.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6eab37a0cdcc6071f79aa5c8198df0b2ba23dd7a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb

index 9ea30754821069ff1c061d177401e01715f0fe61..116f214bfa8321af2447a21621da43f797ea170d 100644 (file)
@@ -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}"