summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
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:03:58 +0100
commit8beef93e6e341566eba8a125f75ad836ac6a3d69 (patch)
treefd4b0b78f31d3c60965fd933d2f27fb1ab271f03 /meta/recipes-devtools/python
parent116e33e1813dc115c56031913c21c05d88284215 (diff)
downloadopenembedded-core-contrib-8beef93e6e341566eba8a125f75ad836ac6a3d69.tar.gz
python3-pip: Fix RDEPENDS after the update
Fix the following error messages: ModuleNotFoundError: No module named 'distutils' ModuleNotFoundError: No module named 'colorsys' 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>
Diffstat (limited to 'meta/recipes-devtools/python')
-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} = "\
python3-unixadmin \
python3-xmlrpc \
python3-pickle \
+ python3-distutils \
+ python3-image \
"
BBCLASSEXTEND = "native nativesdk"