increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-psyco_1.6.bb
1 DESCRIPTION = "Psyco lets you run your existing Python software much faster, with no change in your source."
2 HOMEPAGE = "http://psyco.sourceforge.net"
3 SECTION = "devel/python"
4 PRIORITY = "optional"
5 LICENSE = "PSF"
6 RDEPENDS = "python-core"
7 SRCNAME = "psyco"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}-src.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 COMPATIBLE_HOST = 'i.86.*-linux'
13
14 inherit distutils