python-gst: add missing dependency on gst-plugins-base
authorKoen Kooi <koen@openembedded.org>
Sun, 17 Jun 2007 10:36:04 +0000 (10:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 17 Jun 2007 10:36:04 +0000 (10:36 +0000)
packages/python/python-gst_0.10.7.bb

index ef4cac7..8924c70 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Python Gstreamer bindings"
 SECTION = "devel/python"
 LICENSE = "LGPL"
-DEPENDS = "gstreamer python-pygobject"
+DEPENDS = "gstreamer gst-plugins-base python-pygobject"
 PR = "r1"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \