From 51885a8d379a0088b08f2674aa50e35e071e3757 Mon Sep 17 00:00:00 2001 From: Jan Lübbe Date: Fri, 27 Feb 2009 16:50:51 +0000 Subject: cellhunter: fix RDEPENDS --- recipes/cellhunter/cellhunter_0.4.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/cellhunter/cellhunter_0.4.2.bb b/recipes/cellhunter/cellhunter_0.4.2.bb index dd2d071846..9499fba248 100644 --- a/recipes/cellhunter/cellhunter_0.4.2.bb +++ b/recipes/cellhunter/cellhunter_0.4.2.bb @@ -1,8 +1,8 @@ DESCRIPTION = "CellHunter - A game to collect information about mobile phone cells" SECTION = "x11/utils" -DEPENDS = "python python-dbus python-pygobject python-pygtk" -RDEPENDS = "python-subprocess python-netclient python-math python-core python-io" -PR = "r0" +DEPENDS = "python" +RDEPENDS = "python-subprocess python-netclient python-math python-core python-io python-pygtk python-dbus" +PR = "r1" SRC_URI = "http://78.47.116.33/~hole/cellhunter/files/cellhunter-${PV}.tar.gz" -- cgit 1.2.3-korg