diff options
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 | |||
11 | 11 | ||
12 | S = "${WORKDIR}/dbus-python-${PV}" | 12 | S = "${WORKDIR}/dbus-python-${PV}" |
13 | 13 | ||
14 | inherit distutils3-base autotools pkgconfig | 14 | inherit 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 |