From: Koen Kooi Date: Sun, 17 Jun 2007 10:36:04 +0000 (+0000) Subject: python-gst: add missing dependency on gst-plugins-base X-Git-Tag: Release-2010-05/1~8868^2~344^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04096d5a594548b00c268151abd5542091b7101b;p=openembedded.git python-gst: add missing dependency on gst-plugins-base --- diff --git a/packages/python/python-gst_0.10.7.bb b/packages/python/python-gst_0.10.7.bb index ef4cac7b6b..8924c700d4 100644 --- a/packages/python/python-gst_0.10.7.bb +++ b/packages/python/python-gst_0.10.7.bb @@ -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 \