mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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:
committed by
Richard Purdie
parent
458f379489
commit
80c71f307f
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user