Skip to content

Commit

Permalink
python3-pip: Fix RDEPENDS after the update
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
angolini authored and rpurdie committed Jun 14, 2022
1 parent 116e33e commit 8beef93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/recipes-devtools/python/python3-pip_22.1.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ RDEPENDS:${PN} = "\
python3-unixadmin \
python3-xmlrpc \
python3-pickle \
python3-distutils \
python3-image \
"

BBCLASSEXTEND = "native nativesdk"
Expand Down

0 comments on commit 8beef93

Please sign in to comment.