mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
python*-setuptools: update to 40.0.0
Update the python{3}-setuptools to the latest stable version
Tested on the qemu with core-image-minimal
(From OE-Core rev: 96971531e0d17a05bfd2b14c95d366f9c499edf9)
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:
committed by
Richard Purdie
parent
6b029c68c8
commit
3021db034d
@@ -0,0 +1,6 @@
|
||||
require python-setuptools.inc
|
||||
inherit setuptools3
|
||||
|
||||
do_install_append() {
|
||||
mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
|
||||
}
|
||||
Reference in New Issue
Block a user