summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-17 10:36:04 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-17 10:36:04 +0000
commit04096d5a594548b00c268151abd5542091b7101b (patch)
tree1bbe5dbaf7e9d45fb67ec9c02545578adec77a09 /packages
parentaff97e9475c2a48122851f24b5500fd11c4600c4 (diff)
python-gst: add missing dependency on gst-plugins-base
Diffstat (limited to 'packages')
-rw-r--r--packages/python/python-gst_0.10.7.bb2
1 files changed, 1 insertions, 1 deletions
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 \