python-pygtk 2.10.4 add missing dependency to python-pygobject
authorMichael Lauer <mickey@vanille-media.de>
Thu, 20 Dec 2007 17:09:23 +0000 (17:09 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 20 Dec 2007 17:09:23 +0000 (17:09 +0000)
(again, it _really_ needs it at build time as well). closes #3450

packages/python/python-pygtk_2.10.4.bb

index 9b4a034..1af2093 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Python GTK+ 2.10.x Bindings"
 SECTION = "devel/python"
 # needs gtk+ 2.10.x
-DEPENDS = "gtk+ libglade python-pycairo"
+DEPENDS = "gtk+ libglade python-pycairo python-pygobject"
 RDEPENDS = "python-shell python-pycairo python-pygobject"
 PROVIDES = "python-pygtk2"
 SRCNAME = "pygtk"
@@ -13,8 +13,10 @@ SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/${SRCNAME}-${PV}.tar
            file://acinclude.m4"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-EXTRA_OECONF = "--disable-docs"
-EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
+EXTRA_OECONF = "\
+  --disable-docs \
+  --with-python-includes=${STAGING_INCDIR}/../ \
+"
 
 inherit autotools pkgconfig distutils-base