diff options
Diffstat (limited to 'documentation/migration-guides/migration-3.4.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.4.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst index 797bfde41e..e785277356 100644 --- a/documentation/migration-guides/migration-3.4.rst +++ b/documentation/migration-guides/migration-3.4.rst | |||
@@ -202,6 +202,15 @@ Package/recipe splitting | |||
202 | in its own ``xwayland`` recipe. If you need Xwayland in your image | 202 | in its own ``xwayland`` recipe. If you need Xwayland in your image |
203 | then you may now need to add it explicitly. | 203 | then you may now need to add it explicitly. |
204 | 204 | ||
205 | - The ``rpm`` package no longer has ``rpm-build`` in its :term:`RRECOMMENDS`; | ||
206 | if by chance you still need rpm package building functionality in | ||
207 | your image and you have not already done so then you should add | ||
208 | ``rpm-build`` to your image explicitly. | ||
209 | |||
210 | - The Python ``statistics`` standard module is now packaged in its own | ||
211 | ``python3-statistics`` package instead of ``python3-misc`` as | ||
212 | previously. | ||
213 | |||
205 | 214 | ||
206 | Image / SDK generation changes | 215 | Image / SDK generation changes |
207 | ------------------------------ | 216 | ------------------------------ |