mesa-7.9: bump PR after talloc changes
[openembedded.git] / recipes / python / python-pycrypto_2.0.1.bb
blobf1c94f42acb01157b1d0f4c4906ab05e7971d4b4
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"
9 SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
12 inherit distutils
14 SRC_URI[md5sum] = "4d5674f3898a573691ffb335e8d749cd"
15 SRC_URI[sha256sum] = "b08d4ed54c9403c77778a3803e53a4f33f359b42d94f6f3e14abb1bf4941e6ea"