diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2019-12-02 07:30:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-06 14:41:28 +0000 |
commit | 1c6f000c25248770c28ee785a646e06952748bbd (patch) | |
tree | 51100893f52713035714ca5235debd988900365b /meta/recipes-devtools/python/python3-setuptools_42.0.2.bb | |
parent | e7e61427e25a23c183d853b0e6dbb52685232fcb (diff) | |
download | poky-1c6f000c25248770c28ee785a646e06952748bbd.tar.gz |
python-setuptools: upgrade 41.6.0 -> 42.0.2
(From OE-Core rev: f494e7166141745b9bf6a22ceb8dea0499507ca7)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_42.0.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_42.0.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_42.0.2.bb b/meta/recipes-devtools/python/python3-setuptools_42.0.2.bb new file mode 100644 index 0000000000..0dc1ed8622 --- /dev/null +++ b/meta/recipes-devtools/python/python3-setuptools_42.0.2.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require python-setuptools.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | do_install_append() { | ||
5 | mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install | ||
6 | } | ||