Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / packages / python / python-pycrypto_git.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 = "ml0"
8
9 PV = "2.0.1+gitr${SRCREV}"
10 SRC_URI = "git://git.pycrypto.org:9419/crypto/pycrypto-2.x.git;protocol=git;branch=master"
11 S = "${WORKDIR}/git"
12
13 inherit distutils