summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-10-29 10:06:16 -0700
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:06:26 -0800
commit5ad3d04ec0c6ce6fdf2b4ff6450839b19300aed6 (patch)
treeedb615b37db8ac4cc9a0fa0948ab2a2399900b7a
parent6ed2a48c9a5c9109db2b889be7779727e04854af (diff)
downloadopenembedded-core-contrib-5ad3d04ec0c6ce6fdf2b4ff6450839b19300aed6.tar.gz
createrepo-c: inherit setuptools3-base not distutils
[YOCTO #14610] Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta/recipes-devtools/createrepo-c/createrepo-c_0.17.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.7.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.7.bb
index 0c27756d2a..0b18b8baa0 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.7.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.7.bb
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm"
DEPENDS:append:class-native = " file-replacement-native"
-inherit cmake pkgconfig bash-completion distutils3-base
+inherit cmake pkgconfig bash-completion setuptools3-base
EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DWITH_ZCHUNK=OFF -DENABLE_DRPM=OFF -DWITH_LIBMODULEMD=OFF"