diff options
| author | Derek Straka <derek@asterius.io> | 2018-03-18 09:15:28 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-20 09:30:17 +0000 |
| commit | 8422880acf65802dbaa08238ae9e63670ed49ff3 (patch) | |
| tree | 26976546d7a1c8662d0e8722a3ee1a756fdff9f4 /meta/recipes-devtools/python/python3-setuptools_39.0.0.bb | |
| parent | d33b321bce110fae8e5730f507be70f33d91fe22 (diff) | |
| download | openembedded-core-8422880acf65802dbaa08238ae9e63670ed49ff3.tar.gz openembedded-core-8422880acf65802dbaa08238ae9e63670ed49ff3.tar.bz2 openembedded-core-8422880acf65802dbaa08238ae9e63670ed49ff3.zip | |
python*-setuptools: update to 39.0.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_39.0.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_39.0.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_39.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_39.0.0.bb new file mode 100644 index 0000000000..0dc1ed8622 --- /dev/null +++ b/meta/recipes-devtools/python/python3-setuptools_39.0.0.bb @@ -0,0 +1,6 @@ +require python-setuptools.inc +inherit setuptools3 + +do_install_append() { + mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install +} |
