Python gst package needs pygtk at runtime

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Gary Thomas
2010-09-24 16:41:11 -06:00
committed by Joshua Lock
parent b9369741db
commit ce5e891d51

View File

@@ -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"