increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-pycrypto_2.0.1.bb
1 DESCRIPTION = "A collection of cryptographic algorithms and protocols"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 DEPENDS = "gmp"
5 SRCNAME = "pycrypto"
6 LICENSE = "pycrypto"
7 PR = "ml1"
8
9 SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils