aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_39.0.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-18 09:15:28 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-20 09:30:17 +0000
commit8422880acf65802dbaa08238ae9e63670ed49ff3 (patch)
tree26976546d7a1c8662d0e8722a3ee1a756fdff9f4 /meta/recipes-devtools/python/python3-setuptools_39.0.0.bb
parentd33b321bce110fae8e5730f507be70f33d91fe22 (diff)
downloadopenembedded-core-contrib-8422880acf65802dbaa08238ae9e63670ed49ff3.tar.gz
python*-setuptools: update to 39.0.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: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_39.0.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_39.0.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_39.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_39.0.0.bb
new file mode 100644
index 0000000000..0dc1ed8622
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-setuptools_39.0.0.bb
@@ -0,0 +1,6 @@
+require python-setuptools.inc
+inherit setuptools3
+
+do_install_append() {
+ mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
+}