aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pycrypto_git.bb
blob: 9e6eecbebd300588a0de33ab9689e65460d1ffe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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${SRCREV}"
SRC_URI = "git://git.pycrypto.org:9419/crypto/pycrypto-2.x.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

inherit distutils