summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-10-29 09:56:01 -0700
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:05:19 -0800
commit2b050699e8854c54b423a69b69777eac9008138c (patch)
tree162aed63710074badfbe4b9519b1d69a7d9744bb
parenta8beee3c1d2f96a9ddf0c462f9fb72ccf8bd4fab (diff)
downloadopenembedded-core-contrib-2b050699e8854c54b423a69b69777eac9008138c.tar.gz
python3-pip: inherit setuptools3 not distutils3
[YOCTO #14610] Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta/recipes-devtools/python/python3-pip_21.3.1.bb2
1 files changed, 1 insertions, 1 deletions
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"