summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python3-setuptools_39.2.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-06-29 17:26:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-02 09:35:02 +0100
commit920dc165abe2484c240b76f95123f5a28f48f9ce (patch)
tree388c2de3718027cfdf345275530252dee05081a9 /meta/recipes-devtools/python/python3-setuptools_39.2.0.bb
parent4acdeb1529f5355b2849556e9f4ef302e35d3b0c (diff)
downloadopenembedded-core-920dc165abe2484c240b76f95123f5a28f48f9ce.tar.gz
openembedded-core-920dc165abe2484c240b76f95123f5a28f48f9ce.tar.bz2
openembedded-core-920dc165abe2484c240b76f95123f5a28f48f9ce.zip
python*-setuptools: update to 39.2.0
Update the python{3}-setuptools to the latest stable version Tested on the qemu with core-image-minimal Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_39.2.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_39.2.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_39.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_39.2.0.bb
new file mode 100644
index 0000000000..0dc1ed8622
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-setuptools_39.2.0.bb
@@ -0,0 +1,6 @@
+require python-setuptools.inc
+inherit setuptools3
+
+do_install_append() {
+ mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
+}