python3-setuptools: upgrade 47.1.1 -> 47.3.1

(From OE-Core rev: 8f23d7683e0be7fb77e2ca5a3a8b55fbc51117e7)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2020-06-26 09:18:44 +02:00
committed by Richard Purdie
parent 407b8e2344
commit 259d2e35e7
3 changed files with 4 additions and 5 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
}