diff options
-rw-r--r-- | packages/sugar/sugar-base_0.82.0.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/sugar/sugar-base_0.82.0.bb b/packages/sugar/sugar-base_0.82.0.bb index e4875ead59..feda190723 100644 --- a/packages/sugar/sugar-base_0.82.0.bb +++ b/packages/sugar/sugar-base_0.82.0.bb @@ -1,11 +1,12 @@ DESCRIPTION = "Sugar base system" LICENSE = "LGPLv2" -PR = "r6" +PR = "r7" DEPENDS = "python-pygtk sugar-toolkit" RDEPENDS = "librsvg-gtk \ - hippo-canvas \ + ohm-plugin-x11 ohm \ + hippo-canvas \ python-datetime \ python-netclient \ python-pygtk \ @@ -13,7 +14,7 @@ RDEPENDS = "librsvg-gtk \ python-logging \ python-dbus \ python-subprocess \ - telepathy-python \ + telepathy-gabble telepathy-salut telepathy-python \ python-crypt \ python-numpy \ python-compression \ |