diff options
author | Guðni Már Gilbert <gudnimar@noxmedical.com> | 2024-04-27 19:00:47 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-30 11:00:33 -0700 |
commit | fe0ba70f91b6f6691d493bcf28f79a1a130a0e38 (patch) | |
tree | 0b499e4479ff71d54cfdfaacf9f693e697af71db | |
parent | 9b3b5a900d85291f9c4e52c31571e072f760e33d (diff) | |
download | meta-openembedded-fe0ba70f91b6f6691d493bcf28f79a1a130a0e38.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.bb | 1 |
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 8bb8a93f76..b9b03badd0 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 | ||