From bd5c28e1a9ad58008911e0ec12728737cc01244c Mon Sep 17 00:00:00 2001
From: Christian Middendorf
 <132701936+ChristianMiddendorf@users.noreply.github.com>
Date: Tue, 30 Jul 2024 23:06:52 +0200
Subject: [PATCH] docs: update python3-distutils package name (#3326)

Changed entry "python3-distutils" that is outdated to "python3-setuptools" (new version that is supported in modern linux distributions)
---
 docs/user/getting_started.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst
index daa7f537..6ec72c41 100644
--- a/docs/user/getting_started.rst
+++ b/docs/user/getting_started.rst
@@ -29,7 +29,7 @@ freshly installed Debian Bullseye system the following packages are required:
 
 * `git` (to get Gluon and other dependencies)
 * `python3`
-* `python3-distutils`
+* `python3-setuptools`
 * `build-essential`
 * `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
 * `gawk`
-- 
GitLab