aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pycrypto_git.bb
blob: 28fce0d4f9c0205bcf05fc2511545b85ce775ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "A collection of cryptographic algorithms and protocols"
SECTION = "devel/python"
PRIORITY = "optional"
DEPENDS = "gmp"
SRCNAME = "pycrypto"
LICENSE = "pycrypto"
PR = "ml0"

PV = "2.0.1+gitr${SRCPV}"
PE = "1"
SRC_URI = "git://git.pycrypto.org:9419/crypto/pycrypto-2.x.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

inherit distutils