summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-2.6.rst
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2021-04-12 16:46:22 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-15 20:18:58 +0100
commitbf68c627b1b87e6b00f2ea42ee5eb40ec0b2e9be (patch)
tree7da257694040129de39e9b2bc7e28f20430fcbba /documentation/ref-manual/migration-2.6.rst
parent70441f2b7348ab5f877cdb24bcaf76c35fb69338 (diff)
downloadpoky-bf68c627b1b87e6b00f2ea42ee5eb40ec0b2e9be.tar.gz
ref-manual: add python3targetconfig class and remove python 2 references
Add the recently added python3targetconfig class. Also, we no longer have the python 2 classes, remove all references to those. (From yocto-docs rev: c63d88656e2fc5361c512d4d9b426260c3e339f3) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration-2.6.rst')
-rw-r--r--documentation/ref-manual/migration-2.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration-2.6.rst b/documentation/ref-manual/migration-2.6.rst
index 0517b0a2bb..823d3cbd12 100644
--- a/documentation/ref-manual/migration-2.6.rst
+++ b/documentation/ref-manual/migration-2.6.rst
@@ -118,7 +118,7 @@ For names of recipes removed because of this repository change, see the
118--------------------------------------------------------------------------------------------------- 118---------------------------------------------------------------------------------------------------
119 119
120Previously, it was possible for Python recipes that inherited the 120Previously, it was possible for Python recipes that inherited the
121:ref:`distutils <ref-classes-distutils>` and 121``distutils`` and
122:ref:`distutils3 <ref-classes-distutils3>` classes to fetch code 122:ref:`distutils3 <ref-classes-distutils3>` classes to fetch code
123during the :ref:`ref-tasks-configure` task to satisfy 123during the :ref:`ref-tasks-configure` task to satisfy
124dependencies mentioned in ``setup.py`` if those dependencies were not 124dependencies mentioned in ``setup.py`` if those dependencies were not