diff options
author | Daiane Angolini <daiane.angolini@foundries.io> | 2022-08-18 10:16:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-28 07:51:30 +0100 |
commit | e25377627d577804cfa78758e1cc4a61659539a8 (patch) | |
tree | 7c30862b988a13a51e4f79662a02f4bdcef93cf4 /meta | |
parent | 3e3e985aba7f4e0c34cfabac0790343821d0e55d (diff) | |
download | poky-e25377627d577804cfa78758e1cc4a61659539a8.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: 3e1c254f71a4d22ebde063e23242cd838fb917f9)
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>
(cherry picked from commit 8beef93e6e341566eba8a125f75ad836ac6a3d69)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pip_22.0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_22.0.3.bb b/meta/recipes-devtools/python/python3-pip_22.0.3.bb index 09a305edf8..6e28b87ba3 100644 --- a/meta/recipes-devtools/python/python3-pip_22.0.3.bb +++ b/meta/recipes-devtools/python/python3-pip_22.0.3.bb | |||
@@ -55,6 +55,8 @@ RDEPENDS:${PN} = "\ | |||
55 | python3-unixadmin \ | 55 | python3-unixadmin \ |
56 | python3-xmlrpc \ | 56 | python3-xmlrpc \ |
57 | python3-pickle \ | 57 | python3-pickle \ |
58 | python3-distutils \ | ||
59 | python3-image \ | ||
58 | " | 60 | " |
59 | 61 | ||
60 | BBCLASSEXTEND = "native nativesdk" | 62 | BBCLASSEXTEND = "native nativesdk" |