diff options
Diffstat (limited to 'python/python-snmplib_0.1.1.oe')
-rw-r--r-- | python/python-snmplib_0.1.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-snmplib_0.1.1.oe b/python/python-snmplib_0.1.1.oe index beb2d6b42f..79dc69a4fd 100644 --- a/python/python-snmplib_0.1.1.oe +++ b/python/python-snmplib_0.1.1.oe @@ -6,7 +6,7 @@ RDEPENDS = "libc6 python-core" DEPENDS = "virtual/libc" SRCNAME = "libsnmp" -SRC_URI = http://seafelt.unicity.com.au/downloads/${SRCNAME}-${PV}.tar.gz +SRC_URI = "http://seafelt.unicity.com.au/downloads/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |