summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2016-01-19 21:56:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-20 17:07:14 +0000
commit6395bc8328221d3a29f6598a7e2654e51b68e4e1 (patch)
tree83d822afb1907df3f983cc8090d5760ab1b2e09e /meta/recipes-devtools/python
parent40738af46b9f4347de43c245015bb21d42eb8036 (diff)
downloadpoky-6395bc8328221d3a29f6598a7e2654e51b68e4e1.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_19.2.bb (renamed from meta/recipes-devtools/python/python3-setuptools_18.7.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_18.7.1.bb b/meta/recipes-devtools/python/python3-setuptools_19.2.bb
index eaf6e47da7..bb5798229f 100644
--- a/meta/recipes-devtools/python/python3-setuptools_18.7.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_19.2.bb
@@ -11,8 +11,8 @@ DEPENDS_class-native += "python3-native"
11SRC_URI = " \ 11SRC_URI = " \
12 http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ 12 http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
13" 13"
14SRC_URI[md5sum] = "a0984da9cd8d7b582e1fd7de67dfdbcc" 14SRC_URI[md5sum] = "78353b1f80375ca5e088f4b4627ffe03"
15SRC_URI[sha256sum] = "aff36c95035e0b311eacb1434e3f7e85f5ccaad477773847e582978f8f45bd74" 15SRC_URI[sha256sum] = "f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a"
16UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" 16UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"
17 17
18S = "${WORKDIR}/${SRCNAME}-${PV}" 18S = "${WORKDIR}/${SRCNAME}-${PV}"