diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-27 18:18:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-27 18:18:41 +0000 |
commit | 268b44bcde804d5b485c3f64837a5b0cf6ce226b (patch) | |
tree | f59934c9fd5bcb4a58a522bc38252ce6f92e44f7 | |
parent | bae96db161ac0d08ef341bef9d72b7a69c3fae81 (diff) |
sugar-base: add more python rdepends
-rw-r--r-- | 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 798a049a5a..758bd0a3b1 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" |