python*-setuptools: update to 38.5.1

Update the python{3}-setuptools to the latest stable version

Tested on the qemu with core-image-minimal

(From OE-Core rev: 1753025597a9053922155bb98511a33cab6057a7)

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>
This commit is contained in:
Derek Straka
2018-02-11 10:55:22 -05:00
committed by Richard Purdie
parent dfb9ffbafd
commit 3629ba986b
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
require python-setuptools.inc
inherit setuptools3
do_install_append() {
mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
}