mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user