summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudnimar@noxmedical.com>2024-04-27 19:00:47 +0000
committerKhem Raj <raj.khem@gmail.com>2024-04-29 11:11:51 -0700
commit704bec8e01c98fb907e3f8aa48ecb43e1fd7fd30 (patch)
tree2a49d3f4a41cd387aa0f7e1ec71111f1bd97ce1d
parent97cfb0361535e3da5cd9b95eb1122392c4c8294c (diff)
downloadmeta-openembedded-704bec8e01c98fb907e3f8aa48ecb43e1fd7fd30.tar.gz
python3-protobuf: drop python3-six from RDEPENDS
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb1
1 files changed, 0 insertions, 1 deletions
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} += " \
23 python3-netclient \ 23 python3-netclient \
24 python3-numbers \ 24 python3-numbers \
25 python3-pkgutil \ 25 python3-pkgutil \
26 python3-six \
27 python3-unittest \ 26 python3-unittest \
28" 27"
29 28