diff options
Diffstat (limited to 'python/python-pyxmlrpc_0.8.8.3.oe')
-rw-r--r-- | python/python-pyxmlrpc_0.8.8.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-pyxmlrpc_0.8.8.3.oe b/python/python-pyxmlrpc_0.8.8.3.oe index bce427b49f..0ce3b61734 100644 --- a/python/python-pyxmlrpc_0.8.8.3.oe +++ b/python/python-pyxmlrpc_0.8.8.3.oe @@ -6,7 +6,7 @@ RDEPENDS = "libc6 python-core" DEPENDS = "virtual/libc" SRCNAME = "py-xmlrpc" -SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |