From: Daiane Angolini Date: Sun, 12 Jun 2022 21:25:19 +0000 (-0300) Subject: python3-pip: Fix RDEPENDS after the update X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3875 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8beef93e6e341566eba8a125f75ad836ac6a3d69;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 0573db603d1..5fe59a47622 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"