Module: Mesa
Branch: main
Commit: c100905796fb1b1de9862e24570e00931639db4c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c100905796fb1b1de9862e24570e00931639db4c

Author: Eric Engestrom <[email protected]>
Date:   Tue Jan  2 17:21:10 2024 +0000

docs: mention that python package `packaging` is required on python 3.12+

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26857>

---

 docs/install.rst | 2 ++
 docs/meson.rst   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/install.rst b/docs/install.rst
index 55af62bc0b7..74f4199129b 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -36,6 +36,8 @@ Third party/extra tools.
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
 - `Python <https://www.python.org/>`__ - Python 3.6 or newer is required.
+- Python package ``packaging`` is required on Python 3.12+:
+  ``pip install packaging``
 - `Python Mako module <https://www.makotemplates.org/>`__ - Python Mako
   module is required. Version 0.8.0 or later should work.
 - Lex / Yacc - for building the Mesa IR and GLSL compiler.
diff --git a/docs/meson.rst b/docs/meson.rst
index c688f60b843..181252bf86e 100644
--- a/docs/meson.rst
+++ b/docs/meson.rst
@@ -66,7 +66,7 @@ Then install Meson using pip
 
 .. code-block:: console
 
-   py -3 -m pip install meson mako
+   py -3 -m pip install meson packaging mako
 
 You may need to add the Python 3 scripts directory to your path for
 Meson.

Reply via email to