aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/gettingstarted/linux.rst
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-06-08 16:59:50 +0200
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-09-06 11:19:30 +0200
commitcb0a195932585fcf747fe91d5dea15054df3be38 (patch)
treefb5df70214c8e4f39b9d9d0a7ec5ce4015eaeded /sources/pyside6/doc/gettingstarted/linux.rst
parent34b6a09a7a5270f5c0805723174615a018ac775a (diff)
build: remove traces of distutils
Removed mentions, comments, and fallback usages in some sections of the build scripts and documentation. On the CI, we upgrade setuptools in order to avoid having missing functionality, so it shouldn't be an issue. For Shiboken and CMake, there is still a helper that relies on distutils in case people is using python < 3.8.2 Change-Id: Ic33abe9fa8bd8564e9d44c8714b7fedd4e50434a Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 709c3f0b8a7a597e531506d6024ead26b3a8f08a) Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/gettingstarted/linux.rst')
-rw-r--r--sources/pyside6/doc/gettingstarted/linux.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/gettingstarted/linux.rst b/sources/pyside6/doc/gettingstarted/linux.rst
index f5036fe39..111085add 100644
--- a/sources/pyside6/doc/gettingstarted/linux.rst
+++ b/sources/pyside6/doc/gettingstarted/linux.rst
@@ -8,7 +8,7 @@ Requirements
* ``sphinx`` package for the documentation (optional).
* Depending on your linux distribution, the following dependencies might also be required:
- * ``libgl-dev``, ``python-dev``, ``python-distutils``, and ``python-setuptools``.
+ * ``libgl-dev``, ``python-dev``, and ``python-setuptools``.
* Check the platform dependencies of `Qt for Linux/X11`_.
Building from source