diff options
Diffstat (limited to 'recipes/python/python-pycrypto_git.bb')
-rw-r--r-- | recipes/python/python-pycrypto_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/python/python-pycrypto_git.bb b/recipes/python/python-pycrypto_git.bb new file mode 100644 index 0000000000..9e6eecbebd --- /dev/null +++ b/recipes/python/python-pycrypto_git.bb @@ -0,0 +1,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 |