]> code.ossystems Code Review - openembedded-core.git/commitdiff
dnf: inherit setuptools3-base instead of distutils
authorTim Orling <ticotimo@gmail.com>
Tue, 11 Jan 2022 19:01:13 +0000 (11:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jan 2022 21:05:28 +0000 (21:05 +0000)
[YOCTO #14610]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dnf/dnf_4.10.0.bb

index cef2c03e4e206722f418b047d386ea420415b78d..6ff2a6b1e6fc2325c38a0f4f962d2ed0683e505d 100644 (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"