diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:13 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:01 +0000 |
commit | 80c71f307f7d5e8443e0c099e5b3c0aae15a5ba4 (patch) | |
tree | 22546b088c0d47982333b8325c790307c703c1c7 /meta/recipes-devtools | |
parent | 458f37948928da5ca752f8f8beff4e95e919d06f (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/dnf/dnf_4.10.0.bb | 2 |
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 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
25 | 25 | ||
26 | inherit cmake gettext bash-completion distutils3-base systemd | 26 | inherit cmake gettext bash-completion setuptools3-base systemd |
27 | 27 | ||
28 | DEPENDS += "libdnf librepo libcomps python3-iniparse" | 28 | DEPENDS += "libdnf librepo libcomps python3-iniparse" |
29 | 29 | ||