aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/cellhunter/cellhunter_0.4.2.bb6
1 files 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"