From: Michael Lauer Date: Mon, 26 Jul 2004 19:56:48 +0000 (+0000) Subject: move pycap to nonworking until libnet 1.1.x works again X-Git-Tag: Release-2010-05/1~18029 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a27b1637017aba6ee7bded55f119055631f140;p=openembedded.git move pycap to nonworking until libnet 1.1.x works again BKrev: 41056200mUEeK14WUZaPE8FXjTE0ZA --- 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 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 " -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