diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:02 +0000 |
commit | fbc8abea313a200e05d0c3de1af48fba2c7f7972 (patch) | |
tree | 6588ea5f91c0e6b8ffe15050d9f5f7acb0238185 /meta/recipes-devtools/dnf | |
parent | 7b437037950ab01f3b68ab040ca10210b2023c4c (diff) | |
download | poky-fbc8abea313a200e05d0c3de1af48fba2c7f7972.tar.gz |
dnf: drop python3-distutils dependency
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]
(From OE-Core rev: 93e9b006007ef1afc79c45b48fd92c9e384ff6cb)
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.bb | 1 |
1 files changed, 0 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 6ff2a6b1e6..3fc24b132d 100644 --- a/meta/recipes-devtools/dnf/dnf_4.10.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.10.0.bb | |||
@@ -38,7 +38,6 @@ RDEPENDS:${PN} += " \ | |||
38 | python3-netclient \ | 38 | python3-netclient \ |
39 | python3-email \ | 39 | python3-email \ |
40 | python3-threading \ | 40 | python3-threading \ |
41 | python3-distutils \ | ||
42 | python3-logging \ | 41 | python3-logging \ |
43 | python3-fcntl \ | 42 | python3-fcntl \ |
44 | librepo \ | 43 | librepo \ |