Files
poky/meta/recipes-devtools/python/python3-setuptools_39.0.1.bb
Derek Straka 8341cf5a18 python*-setuptools: update to 39.0.1
Update the python{3}-setuptools to the latest stable version

Tested on the qemu with core-image-minimal

(From OE-Core rev: 43b3a293c34e8bfc047bd61a2b4ce3b3586f0d71)

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>
2018-05-04 13:28:01 +01:00

7 lines
137 B
BlitzBasic

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