dunfell: fix up inherits for python3
Most of these recipes are no longer needed but bitbake still verifies
the inherit clauses for them. python2 has been removed so need these to
all use the corresponding python3 classes.
Change-Id: Ie560cb0af6c1118eded51c0723a21a28e2694514
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/classes/obmc-phosphor-py-daemon.bbclass b/classes/obmc-phosphor-py-daemon.bbclass
index 16dbc58..e691263 100644
--- a/classes/obmc-phosphor-py-daemon.bbclass
+++ b/classes/obmc-phosphor-py-daemon.bbclass
@@ -3,7 +3,7 @@
inherit allarch
inherit obmc-phosphor-systemd
-RDEPENDS_${PN} += "python-dbus python-pygobject"
+RDEPENDS_${PN} += "python3-dbus python3-pygobject"
INSTALL_NAME ?= "${PN}"
SCRIPT_NAME ?= "${INSTALL_NAME}.py"
diff --git a/classes/skeleton-python.bbclass b/classes/skeleton-python.bbclass
index 83fef54..b81edac 100644
--- a/classes/skeleton-python.bbclass
+++ b/classes/skeleton-python.bbclass
@@ -1,4 +1,4 @@
-inherit setuptools
+inherit setuptools3
do_compile_class-native() {
: