summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-11 11:01:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-12 21:09:01 +0000
commit920712aaacb38f6183927626099caa426a5e586b (patch)
tree5ad5924a02ff0eb02eadd45c1ed2d1c889b90de5 /meta/recipes-devtools
parente3c5f6cace23d88bce2edbd16f774135bb13a958 (diff)
downloadpoky-920712aaacb38f6183927626099caa426a5e586b.tar.gz
python3-dbus: inherit setuptools3-base not distuils
[YOCTO #14610] (From OE-Core rev: 61b987edbbcdd85cf6dac4b83c16b03332e412de) 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/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
11 11
12S = "${WORKDIR}/dbus-python-${PV}" 12S = "${WORKDIR}/dbus-python-${PV}"
13 13
14inherit distutils3-base autotools pkgconfig 14inherit setuptools3-base autotools pkgconfig
15 15
16# documentation needs python3-sphinx, which is not in oe-core or meta-python for now 16# documentation needs python3-sphinx, which is not in oe-core or meta-python for now
17# change to use PACKAGECONFIG when python3-sphinx is added to oe-core 17# change to use PACKAGECONFIG when python3-sphinx is added to oe-core