summaryrefslogtreecommitdiff
path: root/recipes/python/python-phoneutils_git.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-29 21:28:30 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-29 21:28:30 +0100
commitbeb449962d53005af62c8141effb0e0723e0b49d (patch)
treeacb503377e968640ce19ce65da4aae2273229c79 /recipes/python/python-phoneutils_git.bb
parent0249f685da226c36be2f472bcd2af9e4aa94a132 (diff)
parentf32389464a0a74358d5b8f92f7dfbbda05aa0c0a (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-phoneutils_git.bb')
-rw-r--r--recipes/python/python-phoneutils_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/python/python-phoneutils_git.bb b/recipes/python/python-phoneutils_git.bb
index c1e1dbe16e..c616a2beed 100644
--- a/recipes/python/python-phoneutils_git.bb
+++ b/recipes/python/python-phoneutils_git.bb
@@ -1,8 +1,10 @@
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"
+PR = "r2"
SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master"
S = "${WORKDIR}/git/src/python"