diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-01 14:34:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-01 14:34:05 +0200 |
commit | 6af86b4c9c0a684258180b914b49f32e2ea342c9 (patch) | |
tree | a8325d5358520258d213e92e7e92e1fc2001df35 /recipes/python | |
parent | ae63c8ef498264dafb698bf328df8a666e6356cb (diff) |
python-pygtksourceview: catch up with sourceview renaming
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/python-pygtksourceview_2.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pygtksourceview_2.6.0.bb b/recipes/python/python-pygtksourceview_2.6.0.bb index 0c2b335d1e..c91e52ac4c 100644 --- a/recipes/python/python-pygtksourceview_2.6.0.bb +++ b/recipes/python/python-pygtksourceview_2.6.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Python gtksourceview Bindings" SECTION = "devel/python" HOMEPAGE = "http://projects.gnome.org/gtksourceview/pygtksourceview.html" PRIORITY = "optional" -DEPENDS = "gtksourceview python-pygtk" +DEPENDS = "gtksourceview2 python-pygtk" SRCNAME = "pygtksourceview" LICENSE = "LGPL" PR = "r0" |