diff options
-rw-r--r-- | documentation/migration-guides/migration-2.6.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst index c68414e1ca..11e659de7c 100644 --- a/documentation/migration-guides/migration-2.6.rst +++ b/documentation/migration-guides/migration-2.6.rst | |||
@@ -118,8 +118,7 @@ For names of recipes removed because of this repository change, see the | |||
118 | --------------------------------------------------------------------------------------------------- | 118 | --------------------------------------------------------------------------------------------------- |
119 | 119 | ||
120 | Previously, it was possible for Python recipes that inherited the | 120 | Previously, it was possible for Python recipes that inherited the |
121 | ``distutils`` and | 121 | ``distutils`` and ``distutils3`` classes to fetch code |
122 | :ref:`distutils3 <ref-classes-distutils3>` classes to fetch code | ||
123 | during the :ref:`ref-tasks-configure` task to satisfy | 122 | during the :ref:`ref-tasks-configure` task to satisfy |
124 | dependencies mentioned in ``setup.py`` if those dependencies were not | 123 | dependencies mentioned in ``setup.py`` if those dependencies were not |
125 | provided in the sysroot (i.e. recipes providing the dependencies were | 124 | provided in the sysroot (i.e. recipes providing the dependencies were |