mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
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:
committed by
Khem Raj
parent
97cfb03615
commit
704bec8e01
@@ -23,7 +23,6 @@ RDEPENDS:${PN} += " \
|
||||
python3-netclient \
|
||||
python3-numbers \
|
||||
python3-pkgutil \
|
||||
python3-six \
|
||||
python3-unittest \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user