aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pycrypto_git.bb
blob: 6ae0e9d71c13b0c6158b6de4ad4d60f52952681b (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"

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

inherit distutils