mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
Update the python{3}-setuptools to the latest stable version
Tested on the qemu with core-image-minimal
(From OE-Core rev: 106239a250488508f5c3593d9c8c3d4f70ff0ba3)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 lines
137 B
BlitzBasic
7 lines
137 B
BlitzBasic
require python-setuptools.inc
|
|
inherit setuptools3
|
|
|
|
do_install_append() {
|
|
mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
|
|
}
|