increase dvbapp PR.
[vuplus_openembedded] / recipes / python / pydes_1.3.1.bb
1 DESCRIPTION = "Python DES implementation"
2 SECTION = "console/network"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 RDEPENDS = "python"
6
7 PR = "r1"
8 ARCH_pydes = "all"
9
10 SRC_URI = "http://twhiteman.netfirms.com/pyDES/pyDes-1.3.1.tar.gz"
11
12 inherit distutils
13
14 S = ${WORKDIR}/pyDes-1.3.1
15
16
17