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