diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-01-19 21:56:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:14 +0000 |
commit | 6395bc8328221d3a29f6598a7e2654e51b68e4e1 (patch) | |
tree | 83d822afb1907df3f983cc8090d5760ab1b2e09e /meta/recipes-devtools/python | |
parent | 40738af46b9f4347de43c245015bb21d42eb8036 (diff) | |
download | poky-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" | |||
11 | SRC_URI = " \ | 11 | SRC_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 | " |
14 | SRC_URI[md5sum] = "a0984da9cd8d7b582e1fd7de67dfdbcc" | 14 | SRC_URI[md5sum] = "78353b1f80375ca5e088f4b4627ffe03" |
15 | SRC_URI[sha256sum] = "aff36c95035e0b311eacb1434e3f7e85f5ccaad477773847e582978f8f45bd74" | 15 | SRC_URI[sha256sum] = "f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a" |
16 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" | 16 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" |
17 | 17 | ||
18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" |