summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-10-29 09:47:49 -0700
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:03:22 -0800
commit63db93f8f02ca26cb4a0ad479bdc340f41b89bde (patch)
tree51d36a5a9efe49829b92cbc8b460eea4faf52aab
parentbe5902f91d00eda988bb631a8b5983b67de54fcb (diff)
downloadopenembedded-core-contrib-63db93f8f02ca26cb4a0ad479bdc340f41b89bde.tar.gz
python3-dbus: inherit setuptools3-base not distuils
[YOCTO #14610] Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta/recipes-devtools/python/python3-dbus_1.2.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.18.bb b/meta/recipes-devtools/python/python3-dbus_1.2.18.bb
index 9592fbf716..c4687de13c 100644
--- a/meta/recipes-devtools/python/python3-dbus_1.2.18.bb
+++ b/meta/recipes-devtools/python/python3-dbus_1.2.18.bb
@@ -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