summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nonworking/python/python-pycap_0.1.6.oe0
-rw-r--r--python/python-pycap_0.1.6.oe12
2 files changed, 0 insertions, 12 deletions
diff --git a/nonworking/python/python-pycap_0.1.6.oe b/nonworking/python/python-pycap_0.1.6.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/python/python-pycap_0.1.6.oe
diff --git a/python/python-pycap_0.1.6.oe b/python/python-pycap_0.1.6.oe
deleted file mode 100644
index 2bcf37a594..0000000000
--- a/python/python-pycap_0.1.6.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Python Packet Capture Library"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core"
-DEPENDS = "libpcap-0.7.2 libnet-1.1.1"
-SRCNAME = "pycap"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils