[oe-commits] Tom : Fixed python-phoneutils dependencies

git version control git at git.openembedded.org
Sat Nov 7 13:09:49 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 912dc6ee3c1e1895fee36e035bbf470d498eb478
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=912dc6ee3c1e1895fee36e035bbf470d498eb478

Author: Tom <tom at stosb.com>
Date:   Fri Nov  6 14:16:44 2009 +0000

Fixed python-phoneutils dependencies

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/python/python-phoneutils_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-phoneutils_git.bb b/recipes/python/python-phoneutils_git.bb
index c1e1dbe..4abf9c4 100644
--- a/recipes/python/python-phoneutils_git.bb
+++ b/recipes/python/python-phoneutils_git.bb
@@ -1,6 +1,7 @@
 DESCRIPTION = "Python Bindings for libphone-utils"
 SECTION = "devel/python"
-DEPENDS = "libphone-utils"
+DEPENDS = "libphone-utils python-cython-native python-pyrex-native"
+RDEPENDS = "libphone-utils"
 PV = "0.0.2+gitr${SRCREV}"
 PR = "r1"
 





More information about the Openembedded-commits mailing list