increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-phoneutils_git.bb
1 DESCRIPTION = "Python Bindings for libphone-utils"
2 SECTION = "devel/python"
3 DEPENDS = "libphone-utils python-cython-native python-pyrex-native"
4 RDEPENDS = "libphone-utils"
5
6 PV = "0.0.2+gitr${SRCREV}"
7 PR = "r2"
8
9 SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master"
10 S = "${WORKDIR}/git/src/python"
11
12 inherit setuptools