diff options
-rw-r--r-- | meta/recipes-devtools/python/python-gst_0.10.18.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 9de07b3c4..33f57e21b 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" |