shr-settings_git.bb: fix typo in RDEPENDS
authorKlaus Kurzmann <mok@fluxnetz.de>
Wed, 2 Dec 2009 18:52:57 +0000 (19:52 +0100)
committerKlaus Kurzmann <mok@fluxnetz.de>
Wed, 2 Dec 2009 18:52:57 +0000 (19:52 +0100)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/shr/shr-settings_git.bb

index 4ae6e96..96c16ed 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Modular settings application for SHR based on python-elementary"
 HOMEPAGE = "http://shr-project.org"
 SHR_RELEASE ?= "shr"
 LICENSE ?= "GPL"
-RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexcept"
+RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexpect"
 SECTION = "x11/application"
 PE = "1"
 PV = "0.1.1+gitr${SRCREV}"