summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_41.1.0.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-08-15 18:00:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-21 15:29:01 +0100
commit0b2bc3b9fd81daaa99248c2bd2005b894e567d85 (patch)
treef1d021febfbb7b88081353dc2c38c026e03b13d0 /meta/recipes-devtools/python/python3-setuptools_41.1.0.bb
parent93bbdd55bdb55618ead0c8ac213835c96049b4d2 (diff)
downloadopenembedded-core-contrib-0b2bc3b9fd81daaa99248c2bd2005b894e567d85.tar.gz
python-setuptools: update to 41.1.0
(From OE-Core rev: 841d458f01c8c2d3e67775bad7d018b047604f75) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_41.1.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_41.1.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_41.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_41.1.0.bb
new file mode 100644
index 0000000000..0dc1ed8622
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-setuptools_41.1.0.bb
@@ -0,0 +1,6 @@
+require python-setuptools.inc
+inherit setuptools3
+
+do_install_append() {
+ mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
+}