]> code.ossystems Code Review - openembedded-core.git/commitdiff
dnf: drop python3-distutils dependency
authorTim Orling <ticotimo@gmail.com>
Tue, 11 Jan 2022 19:01:29 +0000 (11:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jan 2022 21:05:28 +0000 (21:05 +0000)
Upstream dropped the now deprecated distutils:
18995d65 Remove distutils which are deprecated in python3.10 (RhBug:1950229)

Usage was replaced with sysconfig, which is in python3-core

[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 6ff2a6b1e6fc2325c38a0f4f962d2ed0683e505d..3fc24b132dfe2d5e5b9ce38509b66b422d303233 100644 (file)
@@ -38,7 +38,6 @@ RDEPENDS:${PN} += " \
   python3-netclient \
   python3-email \
   python3-threading \
-  python3-distutils \
   python3-logging \
   python3-fcntl \
   librepo \