summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-04-23 18:19:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-25 00:05:20 +0100
commit3772725a45bc749340530fc8dd4d674a7ca79654 (patch)
treeda563124e0a0f535183a4fc3bc09325e245bf10d /meta
parent3eb2e93485ebb60a3ffd8d1af1615927f37bf396 (diff)
downloadpoky-3772725a45bc749340530fc8dd4d674a7ca79654.tar.gz
python3-pip: update to 19.0.3
(From OE-Core rev: dd71c3a9c8e1bf004526bb6103870399ed9528e1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-pip_19.0.3.bb (renamed from meta/recipes-devtools/python/python3-pip_19.0.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_19.0.2.bb b/meta/recipes-devtools/python/python3-pip_19.0.3.bb
index d81a60caa2..4fdc7ee244 100644
--- a/meta/recipes-devtools/python/python3-pip_19.0.2.bb
+++ b/meta/recipes-devtools/python/python3-pip_19.0.3.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8ba06d529c955048e5ddd7c45459eb2e"
6 6
7DEPENDS += "python3 python3-setuptools-native" 7DEPENDS += "python3 python3-setuptools-native"
8 8
9SRC_URI[md5sum] = "526fd9ec1e6ea956b3571ebfb42cf83c" 9SRC_URI[md5sum] = "1c5edb0924a0d7d79f3a2e3df05009b4"
10SRC_URI[sha256sum] = "f851133f8b58283fa50d8c78675eb88d4ff4cde29b6c41205cd938b06338e0e5" 10SRC_URI[sha256sum] = "6e6f197a1abfb45118dbb878b5c859a0edbdd33fd250100bc015b67fded4b9f2"
11 11
12inherit pypi distutils3 12inherit pypi distutils3
13 13