diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-05-30 01:11:22 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:29 +0100 |
| commit | 2f63944eaa2b524276dc45f3f810d953548ae38a (patch) | |
| tree | c6e8b19522facfa0661cdbacd76131f50dd918e8 /meta/recipes-devtools/python/python3-setuptools | |
| parent | 6561a6a0b1e6b3410a1d1da697362306416d1509 (diff) | |
| download | poky-2f63944eaa2b524276dc45f3f810d953548ae38a.tar.gz | |
python3-setuptools:upgrade 45.2.0 -> 47.1.1
(From OE-Core rev: 0e106ae4ced8f51ae4e0acb829a245b9ee02b8ac)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools')
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch b/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch index 33af8daed7..6dcf52771b 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch | |||
| @@ -8,8 +8,7 @@ Upstream-Status: Pending | |||
| 8 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 8 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
| 9 | --- | 9 | --- |
| 10 | pkg_resources/_vendor/appdirs.py | 2 +- | 10 | pkg_resources/_vendor/appdirs.py | 2 +- |
| 11 | setuptools/command/easy_install.py | 2 +- | 11 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 12 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
| 13 | 12 | ||
| 14 | diff --git a/pkg_resources/_vendor/appdirs.py b/pkg_resources/_vendor/appdirs.py | 13 | diff --git a/pkg_resources/_vendor/appdirs.py b/pkg_resources/_vendor/appdirs.py |
| 15 | index ae67001..933e398 100644 | 14 | index ae67001..933e398 100644 |
| @@ -21,16 +20,6 @@ index ae67001..933e398 100644 | |||
| 21 | # -*- coding: utf-8 -*- | 20 | # -*- coding: utf-8 -*- |
| 22 | # Copyright (c) 2005-2010 ActiveState Software Inc. | 21 | # Copyright (c) 2005-2010 ActiveState Software Inc. |
| 23 | # Copyright (c) 2013 Eddy Petrișor | 22 | # Copyright (c) 2013 Eddy Petrișor |
| 24 | diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py | ||
| 25 | index abca1ae..6bcdc98 100644 | ||
| 26 | --- a/setuptools/command/easy_install.py | ||
| 27 | +++ b/setuptools/command/easy_install.py | ||
| 28 | @@ -1,4 +1,4 @@ | ||
| 29 | -#!/usr/bin/env python | ||
| 30 | +#!/usr/bin/env python3 | ||
| 31 | """ | ||
| 32 | Easy Install | ||
| 33 | ------------ | ||
| 34 | -- | 23 | -- |
| 35 | 2.24.1 | 24 | 2.24.1 |
| 36 | 25 | ||
