diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-06 09:30:49 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-06 09:30:49 +0000 |
commit | 75498ecc0ec91ca1407f83ab10c8ad86a6780a84 (patch) | |
tree | f44b58daa3c25b0801bd4ba825a73e4a92100774 /meta-extras | |
parent | 4390d5c31980324774c3cc6c411b77db14327771 (diff) | |
download | openembedded-core-75498ecc0ec91ca1407f83ab10c8ad86a6780a84.tar.gz openembedded-core-75498ecc0ec91ca1407f83ab10c8ad86a6780a84.tar.bz2 openembedded-core-75498ecc0ec91ca1407f83ab10c8ad86a6780a84.zip |
python-gst: added dependency on python-pygobject
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1444 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r-- | meta-extras/packages/python/python-gst_0.10.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |