summaryrefslogtreecommitdiffstats
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:59:31 +0000
commita3d931d7aaa05980c82ed5833783a129b432b12c (patch)
treeb83085039c6756337a551902eef8d60265c29e18 /meta/recipes-devtools/python/python3-setuptools_39.0.0.bb
parent887f583c45bd705cb6bcef111cc773d5948652e7 (diff)
downloadpoky-a3d931d7aaa05980c82ed5833783a129b432b12c.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 (From OE-Core rev: 8422880acf65802dbaa08238ae9e63670ed49ff3) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1require python-setuptools.inc
2inherit setuptools3
3
4do_install_append() {
5 mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
6}