From: Gary Thomas Date: Fri, 24 Sep 2010 22:41:11 +0000 (-0600) Subject: Python gst package needs pygtk at runtime X-Git-Tag: 2011-1~4375 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ce5e891d51eac0ed2615294c7bd25eedd5650de2;p=openembedded-core.git Python gst package needs pygtk at runtime Signed-off-by: Gary Thomas Signed-off-by: Joshua Lock --- diff --git a/meta/recipes-devtools/python/python-gst_0.10.18.bb b/meta/recipes-devtools/python/python-gst_0.10.18.bb index 9de07b3c4f..33f57e21b1 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.18.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.18.bb @@ -2,7 +2,8 @@ DESCRIPTION = "Python Gstreamer bindings" SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "gstreamer gst-plugins-base python-pygobject" -PR = "ml1" +RDEPENDS += "python-pygtk" +PR = "ml2" SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ file://python-path.patch"