diff options
author | Derek Straka <derek@asterius.io> | 2018-03-24 10:23:52 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:01 +0100 |
commit | e7faba46ccaf9bd1439cf000430ac62c66baceb2 (patch) | |
tree | 6106e36ee228e92cd721f36a769d446beb6f21e6 /meta/recipes-devtools | |
parent | 20c75dafb4406e6f922f54275a363bc2ef603398 (diff) | |
download | poky-e7faba46ccaf9bd1439cf000430ac62c66baceb2.tar.gz |
python3-pip: update to version 9.0.3
Update to the latest stable version
(From OE-Core rev: 67db8d72389669cd854e46cbacb3e8b6dfc5a044)
Signed-off-by: Derek Straka <derek@asterius.io>
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/python3-pip_9.0.3.bb (renamed from meta/recipes-devtools/python/python3-pip_9.0.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_9.0.2.bb b/meta/recipes-devtools/python/python3-pip_9.0.3.bb index 53fd6dcf27..850556d797 100644 --- a/meta/recipes-devtools/python/python3-pip_9.0.2.bb +++ b/meta/recipes-devtools/python/python3-pip_9.0.3.bb | |||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452" | |||
6 | 6 | ||
7 | DEPENDS += "python3 python3-setuptools-native" | 7 | DEPENDS += "python3 python3-setuptools-native" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "2fddd680422326b9d1fbf56112cf341d" | 9 | SRC_URI[md5sum] = "b15b33f9aad61f88d0f8c866d16c55d8" |
10 | SRC_URI[sha256sum] = "88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5" | 10 | SRC_URI[sha256sum] = "7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796" |
11 | 11 | ||
12 | inherit pypi distutils3 | 12 | inherit pypi distutils3 |
13 | 13 | ||