summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-11 11:01:13 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-12 21:09:01 +0000
commit80c71f307f7d5e8443e0c099e5b3c0aae15a5ba4 (patch)
tree22546b088c0d47982333b8325c790307c703c1c7 /meta/recipes-devtools/dnf
parent458f37948928da5ca752f8f8beff4e95e919d06f (diff)
downloadpoky-80c71f307f7d5e8443e0c099e5b3c0aae15a5ba4.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/dnf')
-rw-r--r--meta/recipes-devtools/dnf/dnf_4.10.0.bb2
1 files changed, 1 insertions, 1 deletions
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<pver>\d+(\.\d+)+)"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
26inherit cmake gettext bash-completion distutils3-base systemd 26inherit cmake gettext bash-completion setuptools3-base systemd
27 27
28DEPENDS += "libdnf librepo libcomps python3-iniparse" 28DEPENDS += "libdnf librepo libcomps python3-iniparse"
29 29