summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-10-29 10:07:26 -0700
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:06:39 -0800
commit25502f1588a7b9e57ae9f2899c74491b1e8d187a (patch)
tree4716f16351de3003471b4c1397565d148aef121a
parent5ad3d04ec0c6ce6fdf2b4ff6450839b19300aed6 (diff)
downloadopenembedded-core-contrib-25502f1588a7b9e57ae9f2899c74491b1e8d187a.tar.gz
librepo: inherit setuptools3-base not distutils
[YOCTO #14610] Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta/recipes-devtools/librepo/librepo_1.14.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.14.2.bb b/meta/recipes-devtools/librepo/librepo_1.14.2.bb
index 61a485cfe8..6cd8090b55 100644
--- a/meta/recipes-devtools/librepo/librepo_1.14.2.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.14.2.bb
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2"
-inherit cmake distutils3-base pkgconfig
+inherit cmake setuptools3-base pkgconfig
EXTRA_OECMAKE = " \
-DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \