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>
This commit is contained in:
Guðni Már Gilbert
2024-04-27 19:00:47 +00:00
committed by Khem Raj
parent 97cfb03615
commit 704bec8e01

View File

@@ -23,7 +23,6 @@ RDEPENDS:${PN} += " \
python3-netclient \
python3-numbers \
python3-pkgutil \
python3-six \
python3-unittest \
"