summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_41.0.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-04-23 18:19:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-25 00:05:20 +0100
commit281ee0ccd1fc67e558c5171de06797f072ff148d (patch)
tree51567ab91aff47c9ab4159cdb12f99ec6a4ce7e5 /meta/recipes-devtools/python/python3-setuptools_41.0.1.bb
parent37c3eda54b1335460f03e2290d0112135b05f4b5 (diff)
downloadopenembedded-core-contrib-281ee0ccd1fc67e558c5171de06797f072ff148d.tar.gz
python-setuptools: update to 41.0.1
(From OE-Core rev: 2ec3ca096f7a6c6ac8a3bfaa71a60d5903d29b9f) 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_41.0.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_41.0.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_41.0.1.bb b/meta/recipes-devtools/python/python3-setuptools_41.0.1.bb
new file mode 100644
index 0000000000..0dc1ed8622
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-setuptools_41.0.1.bb
@@ -0,0 +1,6 @@
+require python-setuptools.inc
+inherit setuptools3
+
+do_install_append() {
+ mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
+}