diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-17 10:36:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-17 10:36:04 +0000 |
commit | 04096d5a594548b00c268151abd5542091b7101b (patch) | |
tree | 1bbe5dbaf7e9d45fb67ec9c02545578adec77a09 | |
parent | aff97e9475c2a48122851f24b5500fd11c4600c4 (diff) |
python-gst: add missing dependency on gst-plugins-base
-rw-r--r-- | packages/python/python-gst_0.10.7.bb | 2 |
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 \ |