summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_47.3.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-06-26 09:18:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-30 23:03:02 +0100
commit259d2e35e7ba3cbd496d6383e58cfdc22b267f0e (patch)
tree46dddfe2c5e84329dcc894c46e8ca03f61ecd18c /meta/recipes-devtools/python/python3-setuptools_47.3.1.bb
parent407b8e2344dc036350959c5e7d27c121dbaa797e (diff)
downloadpoky-259d2e35e7ba3cbd496d6383e58cfdc22b267f0e.tar.gz
python3-setuptools: upgrade 47.1.1 -> 47.3.1
(From OE-Core rev: 8f23d7683e0be7fb77e2ca5a3a8b55fbc51117e7) 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_47.3.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_47.3.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_47.3.1.bb b/meta/recipes-devtools/python/python3-setuptools_47.3.1.bb
new file mode 100644
index 0000000000..0dc1ed8622
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-setuptools_47.3.1.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}