python3-setuptools: upgrade to 19.2

(From OE-Core rev: a60ea2c871f5be64e024edf67426e5f5b5c31c5e)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alejandro Hernandez
2016-01-19 21:56:24 +00:00
committed by Richard Purdie
parent 40738af46b
commit 6395bc8328

View File

@@ -11,8 +11,8 @@ DEPENDS_class-native += "python3-native"
SRC_URI = " \
http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
"
SRC_URI[md5sum] = "a0984da9cd8d7b582e1fd7de67dfdbcc"
SRC_URI[sha256sum] = "aff36c95035e0b311eacb1434e3f7e85f5ccaad477773847e582978f8f45bd74"
SRC_URI[md5sum] = "78353b1f80375ca5e088f4b4627ffe03"
SRC_URI[sha256sum] = "f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a"
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"
S = "${WORKDIR}/${SRCNAME}-${PV}"