From: Michael 'Mickey' Lauer Date: Wed, 14 Jan 2009 01:23:57 +0000 (+0000) Subject: python-snmplib: remove unfetchable source X-Git-Tag: Release-2010-05/1~4349^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995b98e2c2ae3978becdcd11f512633735a39efd;p=openembedded.git python-snmplib: remove unfetchable source --- diff --git a/packages/python/python-snmplib_0.1.1.bb b/packages/python/python-snmplib_0.1.1.bb deleted file mode 100644 index 1af8ebbe51..0000000000 --- a/packages/python/python-snmplib_0.1.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "A Pure Python SNMP Package" -SECTION = "devel/python" -PRIORITY = "optional" -RDEPENDS = "python-core" -SRCNAME = "libsnmp" -LICENSE = "LGPL" -SRC_URI = "http://seafelt.unicity.com.au/downloads/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils -