aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-15 14:29:41 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-15 14:29:41 +0100
commita51272924bc298ce3706a425f1f8f8c4663ae26f (patch)
treeecce9e0ec9a652097137007fafdf805765b8b146 /packages/python
parent5100bf98da9ac69ac9d38710db09bb5522e912f5 (diff)
downloadopenembedded-a51272924bc298ce3706a425f1f8f8c4663ae26f.tar.gz
Revert "python-pycrypto: upgraded to svn; this fixes some bugs and adds functionality"
oops. should be .git! will commit again in a minute This reverts commit 5100bf98da9ac69ac9d38710db09bb5522e912f5.
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-pycrypto_svn.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/python/python-pycrypto_svn.bb b/packages/python/python-pycrypto_svn.bb
deleted file mode 100644
index 9e6eecbebd..0000000000
--- a/packages/python/python-pycrypto_svn.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-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