diff options
author | Jose Lamego <jose.a.lamego@linux.intel.com> | 2017-10-11 16:19:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 22:33:22 +0000 |
commit | b6f2dc7dd0b2d88aef168c239de0c9c30c810d0d (patch) | |
tree | 4d85da4dc4cbea371aea28e25e8150701ce6a6d4 /meta/recipes-devtools | |
parent | 1225946ebc5915c1a2eec77a60c53ac7e72b78b0 (diff) | |
download | poky-b6f2dc7dd0b2d88aef168c239de0c9c30c810d0d.tar.gz |
python*-setuptools: update to 36.5.0
Both python-setuptools and python3-setuptools must be updated
to latest stable release.
These changes were tested on qemu with core-image-minimal
(From OE-Core rev: 5b784c37f1be769a2abcc5bef5b03eb3b349138b)
Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools_36.5.0.bb (renamed from meta/recipes-devtools/python/python-setuptools_36.2.7.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_36.5.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_36.2.7.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index ca521a9651..1eae0b6174 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc | |||
@@ -9,8 +9,8 @@ SRCNAME = "setuptools" | |||
9 | 9 | ||
10 | SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.zip" | 10 | SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.zip" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "b9e6c049617bac0f9e908a41ab4a29ac" | 12 | SRC_URI[md5sum] = "704f500dd55f4bd0be905444f3ba892c" |
13 | SRC_URI[sha256sum] = "b0fe5d432d922df595e918577c51458d63f245115d141b309ac32ecfca329df5" | 13 | SRC_URI[sha256sum] = "ce2007c1cea3359870b80657d634253a0765b0c7dc5a988d77ba803fc86f2c64" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" | 15 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" |
16 | 16 | ||
diff --git a/meta/recipes-devtools/python/python-setuptools_36.2.7.bb b/meta/recipes-devtools/python/python-setuptools_36.5.0.bb index 526474c7ea..526474c7ea 100644 --- a/meta/recipes-devtools/python/python-setuptools_36.2.7.bb +++ b/meta/recipes-devtools/python/python-setuptools_36.5.0.bb | |||
diff --git a/meta/recipes-devtools/python/python3-setuptools_36.2.7.bb b/meta/recipes-devtools/python/python3-setuptools_36.5.0.bb index 63f241809e..63f241809e 100644 --- a/meta/recipes-devtools/python/python3-setuptools_36.2.7.bb +++ b/meta/recipes-devtools/python/python3-setuptools_36.5.0.bb | |||