summaryrefslogtreecommitdiff
path: root/packages/python/python-pycrypto_2.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-pycrypto_2.0.1.bb')
-rw-r--r--packages/python/python-pycrypto_2.0.1.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/python/python-pycrypto_2.0.1.bb b/packages/python/python-pycrypto_2.0.1.bb
deleted file mode 100644
index 7300bbd60b..0000000000
--- a/packages/python/python-pycrypto_2.0.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "A collection of cryptographic algorithms and protocols"
-SECTION = "devel/python"
-PRIORITY = "optional"
-DEPENDS = "gmp"
-SRCNAME = "pycrypto"
-LICENSE = "pycrypto"
-PR = "ml1"
-
-SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils