]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-dbus: inherit setuptools3-base not distuils
authorTim Orling <ticotimo@gmail.com>
Tue, 11 Jan 2022 19:01:15 +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/python/python3-dbus_1.2.18.bb

index 9592fbf7169337c3079f86fd0bbcbe7649066def..c4687de13c2d5d88b4be264364ed526613f93563 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "92bdd1e68b45596c833307a5ff4b217ee6929a1502f5341bae28fd120a
 
 S = "${WORKDIR}/dbus-python-${PV}"
 
-inherit distutils3-base autotools pkgconfig
+inherit setuptools3-base autotools pkgconfig
 
 # documentation needs python3-sphinx, which is not in oe-core or meta-python for now
 # change to use PACKAGECONFIG when python3-sphinx is added to oe-core