summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-02-25 19:53:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-28 23:11:28 +0000
commit61160dacc697037f57d987f4d56bbbd16097f9b9 (patch)
tree448e351706844ccb8f1677506f528d3e33380db0 /meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
parent743b43ec1dc4b70c583e8141ee6e6e2ba456181c (diff)
downloadpoky-61160dacc697037f57d987f4d56bbbd16097f9b9.tar.gz
python3-setuptools: upgrade 45.0.0 -> 45.2.0
(From OE-Core rev: 9c256927141deadebb0cf3e6c83e6a76b9f0c4b0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_45.2.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_45.2.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
new file mode 100644
index 0000000000..0dc1ed8622
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
@@ -0,0 +1,6 @@
1require python-setuptools.inc
2inherit setuptools3
3
4do_install_append() {
5 mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
6}