diff mbox series

[meta-python] python3-protobuf: drop python3-six from RDEPENDS

Message ID 20240427190047.1561142-1-gudnimar@noxmedical.com
State Accepted
Headers show
Series [meta-python] python3-protobuf: drop python3-six from RDEPENDS | expand

Commit Message

Guðni Már Gilbert April 27, 2024, 7 p.m. UTC
It looks like python3-six was dropped as a dependency between
version 3.17.0 and 3.18.0. Looking at the PyPi downloads indicates
this coincides with when Python 2 support was dropped.

I couldn't find any release notes so this patch is based on looking
at the source code downloaded from PyPi.

Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com>
---
 meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
index 8bb8a93f7..b9b03badd 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb
@@ -23,7 +23,6 @@  RDEPENDS:${PN} += " \
     python3-netclient \
     python3-numbers \
     python3-pkgutil \
-    python3-six \
     python3-unittest \
 "