summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-3.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-3.3.rst')
-rw-r--r--documentation/migration-guides/migration-3.3.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst
index aba5c4237c..d110aacd81 100644
--- a/documentation/migration-guides/migration-3.3.rst
+++ b/documentation/migration-guides/migration-3.3.rst
@@ -61,13 +61,15 @@ need to update those.
61New ``python3targetconfig`` class 61New ``python3targetconfig`` class
62--------------------------------- 62---------------------------------
63 63
64A new :ref:`python3targetconfig <ref-classes-python3targetconfig>` class has been 64A new :ref:`python3targetconfig <ref-classes-python3targetconfig>` class has
65created for situations where you would previously have inherited the 65been created for situations where you would previously have inherited the
66:ref:`python3native <ref-classes-python3native>` class but need access to target configuration data (such as 66:ref:`python3native <ref-classes-python3native>` class but need access to
67correct installation directories). Recipes where this situation applies should 67target configuration data (such as correct installation directories). Recipes
68be changed to inherit ``python3targetconfig`` instead of ``python3native``. This 68where this situation applies should be changed to inherit
69also adds a dependency on target ``python3``, so it should only be used where 69:ref:`python3targetconfig <ref-classes-python3targetconfig>` instead of
70appropriate in order to avoid unnecessarily lengthening builds. 70:ref:`python3native <ref-classes-python3native>`. This also adds a dependency
71on target ``python3``, so it should only be used where appropriate in order to
72avoid unnecessarily lengthening builds.
71 73
72Some example recipes where this change has been made: ``gpgme``, ``libcap-ng``, 74Some example recipes where this change has been made: ``gpgme``, ``libcap-ng``,
73``python3-pycairo``. 75``python3-pycairo``.