aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-06 20:48:28 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-06 15:52:08 +0100
commitba7b0b653395beb8dc62d744a2692857310143c2 (patch)
tree51376cb51e6988d0ea2b7d912ec108b086809c2d /recipes/python
parent87b86f347ebf9c80be055e5f74aa59b24bb1ff4d (diff)
downloadopenembedded-ba7b0b653395beb8dc62d744a2692857310143c2.tar.gz
python-wifi: remove version 0.3.1
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-wifi_0.3.1.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/python/python-wifi_0.3.1.bb b/recipes/python/python-wifi_0.3.1.bb
deleted file mode 100644
index fefffe60fd..0000000000
--- a/recipes/python/python-wifi_0.3.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "Fusil is a Python library used to write fuzzing programs."
-HOMEPAGE = "http://fusil.hachoir.org/"
-SECTION = "devel/python"
-LICENSE = "GPLv2"
-SRCNAME = "python-wifi"
-
-SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
-
-RDEPENDS_${PN} = "\
- python-ctypes \
- python-datetime \
-"
-
-
-
-
-SRC_URI[md5sum] = "0458e32f82900e03c9fd155442242638"
-SRC_URI[sha256sum] = "a7087ac16ce2d1f146dd76cbfc442ae5b91774f4b8c8eba913c09d0c325eb12f"