[oe-commits] : sugar-base: add more python rdepends

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Aug 28 13:36:01 UTC 2008


Module: OE.dev
Branch: master
Commit: 063a9909c39e9dd796d5d4add225dc797c97ec19
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=063a9909c39e9dd796d5d4add225dc797c97ec19

Author:  <koen at openembedded.org>
Date:   Wed Aug 27 18:18:41 2008 +0000

sugar-base: add more python rdepends

---

 packages/sugar/sugar-base_0.82.0.bb |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/packages/sugar/sugar-base_0.82.0.bb b/packages/sugar/sugar-base_0.82.0.bb
index 798a049..758bd0a 100644
--- a/packages/sugar/sugar-base_0.82.0.bb
+++ b/packages/sugar/sugar-base_0.82.0.bb
@@ -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"
 





More information about the Openembedded-commits mailing list