diff options
| author | Ross Burton <ross.burton@intel.com> | 2020-01-17 14:16:32 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-19 13:24:38 +0000 |
| commit | 2ed5d927ca9b88d3964ada990ef46cdd38ec4b1e (patch) | |
| tree | 2110d3e9381867553c69ae5c743887e1caa97926 /meta/recipes-devtools/python/python-setuptools_42.0.2.bb | |
| parent | 2b5cf2a067cb6d9ca32d851dacdc1aff0cbfe904 (diff) | |
| download | poky-2ed5d927ca9b88d3964ada990ef46cdd38ec4b1e.tar.gz | |
python: remove Python 2 and all supporting classes
Python 2 ceased being maintained on the 1st January 2020. We've already
removed all users of it from oe-core so the final step is to move the
recipe and supporting classes to meta-python2.
The following are removed in this commit:
- python and python-native 2.7.17
- python-setuptools
- The classes pythonnative, pythondir, distutils, setuptools
(From OE-Core rev: 390f3edabfb1f68ed9766245291c5f44ea00cc38)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-setuptools_42.0.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-setuptools_42.0.2.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_42.0.2.bb b/meta/recipes-devtools/python/python-setuptools_42.0.2.bb deleted file mode 100644 index cf9440495b..0000000000 --- a/meta/recipes-devtools/python/python-setuptools_42.0.2.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | require python-setuptools.inc | ||
| 2 | |||
| 3 | PROVIDES = "python-distribute" | ||
| 4 | |||
| 5 | inherit setuptools | ||
| 6 | |||
| 7 | RREPLACES_${PN} = "python-distribute" | ||
| 8 | RPROVIDES_${PN} = "python-distribute" | ||
| 9 | RCONFLICTS_${PN} = "python-distribute" | ||
