diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:05:28 +0000 |
commit | 61b987edbbcdd85cf6dac4b83c16b03332e412de (patch) | |
tree | a092422767a381aa381ac6f4277b936007eb9fbe /meta/recipes-devtools | |
parent | e30811c68906d35cd35cf03f5814a9a40fa45594 (diff) | |
download | openembedded-core-contrib-61b987edbbcdd85cf6dac4b83c16b03332e412de.tar.gz |
python3-dbus: inherit setuptools3-base not distuils
[YOCTO #14610]
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.bb | 2 |
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 |