diff options
-rw-r--r-- | meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb index 4d26a78aeb..9c175e682d 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | |||
7 | GNOMEBASEBUILDCLASS = "meson" | 7 | GNOMEBASEBUILDCLASS = "meson" |
8 | inherit gnomebase gobject-introspection distutils-base upstream-version-is-even | 8 | inherit gnomebase gobject-introspection distutils-base upstream-version-is-even |
9 | 9 | ||
10 | DEPENDS += "python glib-2.0" | 10 | DEPENDS += "python python-setuptools glib-2.0" |
11 | 11 | ||
12 | SRCNAME = "pygobject" | 12 | SRCNAME = "pygobject" |
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
@@ -30,7 +30,6 @@ PACKAGECONFIG[python] = "-Dpython=python3, -Dpython=python2, , " | |||
30 | PACKAGECONFIG[stagedir] = "-Dstagedir=${PYTHON_SITEPACKAGES_DIR}, -Dstagedir="", , " | 30 | PACKAGECONFIG[stagedir] = "-Dstagedir=${PYTHON_SITEPACKAGES_DIR}, -Dstagedir="", , " |
31 | 31 | ||
32 | BBCLASSEXTEND = "native" | 32 | BBCLASSEXTEND = "native" |
33 | RDEPENDS_${PN} = "python-setuptools" | ||
34 | RDEPENDS_${PN}_class-native = "" | 33 | RDEPENDS_${PN}_class-native = "" |
35 | 34 | ||
36 | do_install_append() { | 35 | do_install_append() { |