From: Tim Orling Date: Tue, 11 Jan 2022 19:01:21 +0000 (-0800) Subject: librepo: inherit setuptools3-base not distutils X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6cb9f033e6ea5dc3009dc76a4a297905913410a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git librepo: inherit setuptools3-base not distutils [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/librepo/librepo_1.14.2.bb b/meta/recipes-devtools/librepo/librepo_1.14.2.bb index 61a485cfe89..6cd8090b556 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} \