From: Tim Orling Date: Tue, 11 Jan 2022 19:01:13 +0000 (-0800) Subject: dnf: inherit setuptools3-base instead of distutils X-Git-Tag: uninative-3.5~288 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f1b1563347259a66e39d1642694ec15b8f07caec;p=openembedded-core.git dnf: inherit setuptools3-base instead of distutils [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/dnf/dnf_4.10.0.bb b/meta/recipes-devtools/dnf/dnf_4.10.0.bb index cef2c03e4e..6ff2a6b1e6 100644 --- a/meta/recipes-devtools/dnf/dnf_4.10.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.10.0.bb @@ -23,7 +23,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" -inherit cmake gettext bash-completion distutils3-base systemd +inherit cmake gettext bash-completion setuptools3-base systemd DEPENDS += "libdnf librepo libcomps python3-iniparse"