From cefeac268ed326d45e555fc81be32528ed6feb0d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Nov 2015 15:26:42 +0200 Subject: package_regex.inc: split PyPi related entries to their own recipes (From OE-Core rev: 9528cff2ecf4241cb80d9e972751d7ac607d39e4) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-async_0.6.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python/python-async_0.6.2.bb') diff --git a/meta/recipes-devtools/python/python-async_0.6.2.bb b/meta/recipes-devtools/python/python-async_0.6.2.bb index 5a17a1a004..ad0a61776a 100644 --- a/meta/recipes-devtools/python/python-async_0.6.2.bb +++ b/meta/recipes-devtools/python/python-async_0.6.2.bb @@ -8,6 +8,8 @@ SRC_URI = "http://pypi.python.org/packages/source/a/async/async-${PV}.tar.gz" SRC_URI[md5sum] = "9b06b5997de2154f3bc0273f80bcef6b" SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" +UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/async/" + S = "${WORKDIR}/async-${PV}" inherit setuptools -- cgit v1.2.3-54-g00ecf