dnf: inherit setuptools3-base instead of distutils

[YOCTO #14610]

(From OE-Core rev: f1b1563347259a66e39d1642694ec15b8f07caec)

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:13 -08:00
committed by Richard Purdie
parent 458f379489
commit 80c71f307f

View File

@@ -23,7 +23,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\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"