diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-25 19:53:32 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-28 23:11:28 +0000 |
| commit | 61160dacc697037f57d987f4d56bbbd16097f9b9 (patch) | |
| tree | 448e351706844ccb8f1677506f528d3e33380db0 /meta/recipes-devtools/python/python3-setuptools_45.2.0.bb | |
| parent | 743b43ec1dc4b70c583e8141ee6e6e2ba456181c (diff) | |
| download | poky-61160dacc697037f57d987f4d56bbbd16097f9b9.tar.gz | |
python3-setuptools: upgrade 45.0.0 -> 45.2.0
(From OE-Core rev: 9c256927141deadebb0cf3e6c83e6a76b9f0c4b0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_45.2.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_45.2.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb new file mode 100644 index 0000000000..0dc1ed8622 --- /dev/null +++ b/meta/recipes-devtools/python/python3-setuptools_45.2.0.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 | } | ||
