summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2022-06-12 18:25:19 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-14 10:04:02 +0100
commit6242e6621ff5c1943467396e528ef00d058127df (patch)
tree91ff823543e13f1f24e5a6c8d4dc57dc7b78267a
parentb02bdaa5a5b1dc051849919785d4687bec1bfaf8 (diff)
downloadpoky-6242e6621ff5c1943467396e528ef00d058127df.tar.gz
python3-pip: Fix RDEPENDS after the update
Fix the following error messages: ModuleNotFoundError: No module named 'distutils' ModuleNotFoundError: No module named 'colorsys' (From OE-Core rev: 8beef93e6e341566eba8a125f75ad836ac6a3d69) Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-pip_22.1.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_22.1.2.bb b/meta/recipes-devtools/python/python3-pip_22.1.2.bb
index 0573db603d..5fe59a4762 100644
--- a/meta/recipes-devtools/python/python3-pip_22.1.2.bb
+++ b/meta/recipes-devtools/python/python3-pip_22.1.2.bb
@@ -54,6 +54,8 @@ RDEPENDS:${PN} = "\
54 python3-unixadmin \ 54 python3-unixadmin \
55 python3-xmlrpc \ 55 python3-xmlrpc \
56 python3-pickle \ 56 python3-pickle \
57 python3-distutils \
58 python3-image \
57" 59"
58 60
59BBCLASSEXTEND = "native nativesdk" 61BBCLASSEXTEND = "native nativesdk"