wifi-radar: fix rdepends, closes #2684
authorKoen Kooi <koen@openembedded.org>
Wed, 25 Jul 2007 17:17:56 +0000 (17:17 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 25 Jul 2007 17:17:56 +0000 (17:17 +0000)
packages/wifi-radar/wifi-radar_1.9.6.bb

index 70e913e..59d24b9 100644 (file)
@@ -3,9 +3,11 @@ DESCRIPTION="WiFi Radar is a Python/PyGTK2  utility for managing WiFi profiles."
 HOMEPAGE="http://www.bitbuilder.com/wifi_radar/"
 LICENSE = "GPL"
 
+PR = "r1"
+
 PACKAGE_ARCH = "all"
 
-RDEPENDS = "python-core python-pygtk2 python-re python-io"
+RDEPENDS = "python-core python-pygtk2 python-re python-io python-pygobject python-pycairo"
 
 SRC_URI="http://wifi-radar.systemimager.org/pub/${PN}-${PV}.tar.bz2 \
         file://wifi-radar.patch;patch=1 \