aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-02-27 16:50:51 +0000
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:34:10 +0100
commit51885a8d379a0088b08f2674aa50e35e071e3757 (patch)
tree84941825c7989f5a93d3b397ef291b152a38dbe9
parent3685c3d034fd50cdb0b721d7bc6ad85bd9795401 (diff)
downloadopenembedded-51885a8d379a0088b08f2674aa50e35e071e3757.tar.gz
cellhunter: fix RDEPENDS
-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"