diff options
Diffstat (limited to 'documentation/migration-guides/migration-3.3.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.3.rst | 16 |
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. | |||
61 | New ``python3targetconfig`` class | 61 | New ``python3targetconfig`` class |
62 | --------------------------------- | 62 | --------------------------------- |
63 | 63 | ||
64 | A new :ref:`python3targetconfig <ref-classes-python3targetconfig>` class has been | 64 | A new :ref:`python3targetconfig <ref-classes-python3targetconfig>` class has |
65 | created for situations where you would previously have inherited the | 65 | been 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 |
67 | correct installation directories). Recipes where this situation applies should | 67 | target configuration data (such as correct installation directories). Recipes |
68 | be changed to inherit ``python3targetconfig`` instead of ``python3native``. This | 68 | where this situation applies should be changed to inherit |
69 | also adds a dependency on target ``python3``, so it should only be used where | 69 | :ref:`python3targetconfig <ref-classes-python3targetconfig>` instead of |
70 | appropriate in order to avoid unnecessarily lengthening builds. | 70 | :ref:`python3native <ref-classes-python3native>`. This also adds a dependency |
71 | on target ``python3``, so it should only be used where appropriate in order to | ||
72 | avoid unnecessarily lengthening builds. | ||
71 | 73 | ||
72 | Some example recipes where this change has been made: ``gpgme``, ``libcap-ng``, | 74 | Some example recipes where this change has been made: ``gpgme``, ``libcap-ng``, |
73 | ``python3-pycairo``. | 75 | ``python3-pycairo``. |