diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-08-24 10:01:22 +0200 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2009-08-24 10:01:22 +0200 |
commit | fec8c1fb53956b88b1ee105d22ce509803786b5f (patch) | |
tree | bf76e607e18c161fc6a4409c84aafe823827a45a | |
parent | 4b9209b15524615e9ebd670f04cbffa75de86388 (diff) |
sugar-datastore: added runtime dependency on the xapian bindings
-rw-r--r-- | recipes/sugar/sugar-datastore_0.84.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sugar/sugar-datastore_0.84.0.bb b/recipes/sugar/sugar-datastore_0.84.0.bb index dde2748974..63fb91cb83 100644 --- a/recipes/sugar/sugar-datastore_0.84.0.bb +++ b/recipes/sugar/sugar-datastore_0.84.0.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" PR = "r0" DEPENDS = "sugar-toolkit python-xappy " -RDEPENDS = "sugar-toolkit sugar-base python-xappy python-cjson" +RDEPENDS = "sugar-toolkit sugar-base python-xappy python-cjson xapian-bindings-python" SRC_URI = "http://download.sugarlabs.org/sources/sucrose/glucose/sugar-datastore/${PN}-${PV}.tar.bz2" |