python-setuptools: update to 41.2.0

(From OE-Core rev: b9769fd1072426be2236bfc71db8e327fecda78d)

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Oleksandr Kravchuk
2019-08-21 21:02:44 +02:00
committed by Richard Purdie
parent 5040d131ca
commit 66990a7ac7
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
}