diff options
| author | Derek Straka <derek@asterius.io> | 2018-01-21 15:20:31 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-22 23:25:47 +0000 |
| commit | 32a30b3edfdb76b554775817f98851f851316fe0 (patch) | |
| tree | 70fba1c14519f0d5dfd141feb4f58a1350dd1c97 /meta/recipes-devtools/python/python3-setuptools_38.4.0.bb | |
| parent | 49ebc0acae1c060ab20631b9a7215e14ce150e6d (diff) | |
| download | openembedded-core-32a30b3edfdb76b554775817f98851f851316fe0.tar.gz openembedded-core-32a30b3edfdb76b554775817f98851f851316fe0.tar.bz2 openembedded-core-32a30b3edfdb76b554775817f98851f851316fe0.zip | |
python*-setuptools: update to 38.4.0
Update the python{3}-setuptools to the latest stable version
Tested on the qemu with core-image-minimal
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_38.4.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_38.4.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_38.4.0.bb b/meta/recipes-devtools/python/python3-setuptools_38.4.0.bb new file mode 100644 index 0000000000..0dc1ed8622 --- /dev/null +++ b/meta/recipes-devtools/python/python3-setuptools_38.4.0.bb @@ -0,0 +1,6 @@ +require python-setuptools.inc +inherit setuptools3 + +do_install_append() { + mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install +} |
