Files
poky/meta/recipes-devtools/python/python3-setuptools_38.2.5.bb
Derek Straka 0cf9964109 python*-setuptools: update to 38.2.5
Update the python{3}-setuptools to the latest stable version

Tested on the qemu with core-image-minimal

(From OE-Core rev: 57ba31f67ef593f36c4154a8680d21825f4e5555)

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-02 17:24:38 +00:00

7 lines
137 B
BlitzBasic

require python-setuptools.inc
inherit setuptools3
do_install_append() {
mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
}