From: Sebastian Krzyszkowiak Date: Tue, 1 Dec 2009 16:53:48 +0000 (+0000) Subject: shr-settings: add python-pexcept to RDEPENDS X-Git-Tag: Release-2010-05/1~1542^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb08cba8512dfa35ec219138984d84b40d78e86;p=openembedded.git shr-settings: add python-pexcept to RDEPENDS Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb index 7d34a7f487..4ae6e96882 100644 --- a/recipes/shr/shr-settings_git.bb +++ b/recipes/shr/shr-settings_git.bb @@ -2,11 +2,11 @@ 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" +RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexcept" SECTION = "x11/application" PE = "1" PV = "0.1.1+gitr${SRCREV}" -PR = "r7" +PR = "r8" inherit setuptools