1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-05 14:29:48 +00:00

librepo: inherit setuptools3-base not distutils

[YOCTO #14610]

(From OE-Core rev: b6cb9f033e6ea5dc3009dc76a4a297905913410a)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tim Orling
2022-01-11 11:01:21 -08:00
committed by Richard Purdie
parent ce2a0fddaa
commit 22305593e8
@@ -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} \