python-gst: added dependency on python-pygobject
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 6 Apr 2007 09:30:49 +0000 (09:30 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 6 Apr 2007 09:30:49 +0000 (09:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1444 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/python/python-gst_0.10.7.bb

index d206c0a..4980642 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Python Gstreamer bindings"
 SECTION = "devel/python"
 LICENSE = "LGPL"
-DEPENDS = "gstreamer"
+DEPENDS = "gstreamer python-pygobject"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
            file://python-path.patch;patch=1"