aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-15 14:27:23 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-15 14:27:23 +0100
commit5100bf98da9ac69ac9d38710db09bb5522e912f5 (patch)
tree09be082b426504eb058974e668633988faba1944 /packages/python
parent1f35cfe7b1a8f202b01e6995b0dc803c7965feeb (diff)
downloadopenembedded-5100bf98da9ac69ac9d38710db09bb5522e912f5.tar.gz
python-pycrypto: upgraded to svn; this fixes some bugs and adds functionality
needed for some packages e.g. python-coherence
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-pycrypto_svn.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-pycrypto_svn.bb b/packages/python/python-pycrypto_svn.bb
new file mode 100644
index 0000000000..9e6eecbebd
--- /dev/null
+++ b/packages/python/python-pycrypto_svn.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