diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb index 9d2e16554..7ddf4e552 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb | |||
@@ -26,7 +26,7 @@ BBCLASSEXTEND = "native" | |||
26 | 26 | ||
27 | EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" | 27 | EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" |
28 | 28 | ||
29 | RDEPENDS_${PN} += "python-setuptools python-importlib" | 29 | RDEPENDS_${PN} += "python-setuptools" |
30 | RDEPENDS_${PN}_class-native = "" | 30 | RDEPENDS_${PN}_class-native = "" |
31 | 31 | ||
32 | do_install_append() { | 32 | do_install_append() { |