sugar-base: add more python rdepends
authorKoen Kooi <koen@openembedded.org>
Wed, 27 Aug 2008 18:18:41 +0000 (18:18 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 27 Aug 2008 18:18:41 +0000 (18:18 +0000)
packages/sugar/sugar-base_0.82.0.bb

index 798a049..758bd0a 100644 (file)
@@ -1,10 +1,20 @@
 DESCRIPTION = "Sugar base system"
 LICENSE = "LGPLv2"
 
-PR = "r3"
+PR = "r4"
 
 DEPENDS = "python-pygtk sugar-toolkit"
-RDEPENDS = "python-pygtk sugar-toolkit python-logging python-dbus python-subprocess telepathy-python python-crypt python-numpy "
+RDEPENDS = "python-datetime \
+            python-netclient \
+           python-pygtk \
+           sugar-toolkit \
+           python-logging \
+           python-dbus \
+           python-subprocess \
+           telepathy-python \
+           python-crypt \
+           python-numpy \
+           python-compression"
 
 SRC_URI = "http://dev.laptop.org/pub/sugar/sources/sugar-base/${PN}-${PV}.tar.bz2"