frameworkd git needs python-shell now
authorMichael Lauer <mickey@vanille-media.de>
Fri, 27 Jun 2008 16:04:08 +0000 (16:04 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 27 Jun 2008 16:04:08 +0000 (16:04 +0000)
packages/freesmartphone/frameworkd_git.bb

index 4d3e498..ea3a4cb 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.0+gitr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 inherit distutils update-rc.d
 
@@ -30,6 +30,7 @@ RDEPENDS_${PN} += "\
   python-pygobject \
   python-pyrtc \
   python-pyserial \
+  python-shell \
   python-syslog \
 "