From: Tim Orling Date: Tue, 11 Jan 2022 19:01:17 +0000 (-0800) Subject: python3-pip: inherit setuptools3 not distuils3 X-Git-Tag: uninative-3.5~283 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=42b752e5dd8d6fab4aecad213b9868c3784df5ed;p=openembedded-core.git python3-pip: inherit setuptools3 not distuils3 [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pip_21.3.1.bb b/meta/recipes-devtools/python/python3-pip_21.3.1.bb index 6ddb1d6296..c893135059 100644 --- a/meta/recipes-devtools/python/python3-pip_21.3.1.bb +++ b/meta/recipes-devtools/python/python3-pip_21.3.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c4fa2b50f55649f43060fa04b0919b9b" DEPENDS += "python3 python3-setuptools-native" -inherit pypi distutils3 +inherit pypi setuptools3 SRC_URI += "file://0001-change-shebang-to-python3.patch"