From: Marcin Juszkiewicz Date: Fri, 6 Apr 2007 09:30:49 +0000 (+0000) Subject: python-gst: added dependency on python-pygobject X-Git-Tag: 2011-1~11969 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=75498ecc0ec91ca1407f83ab10c8ad86a6780a84;p=openembedded-core.git python-gst: added dependency on python-pygobject git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1444 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta-extras/packages/python/python-gst_0.10.7.bb b/meta-extras/packages/python/python-gst_0.10.7.bb index d206c0ab12..4980642269 100644 --- a/meta-extras/packages/python/python-gst_0.10.7.bb +++ b/meta-extras/packages/python/python-gst_0.10.7.bb @@ -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"