Skip to content

Commit

Permalink
Dockerfile: drop dependency on python3-distutils
Browse files Browse the repository at this point in the history
distutils is not required anymore by OpenWRT 24.10.

Distutils was deprecated and removed in Python 3.12, see
https://peps.python.org/pep-0632/

This effectively reverts 2d4ab0f
  • Loading branch information
grische committed Dec 16, 2024
1 parent b180fc2 commit 51719c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git \
python3 \
python3-dev \
python3-distutils \
python3-pyelftools \
python3-setuptools \
build-essential \
Expand Down
1 change: 0 additions & 1 deletion docs/user/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ freshly installed Debian Bullseye system the following packages are required:

* `git` (to get Gluon and other dependencies)
* `python3`
* `python3-distutils`
* `build-essential`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
* `gawk`
Expand Down

0 comments on commit 51719c6

Please sign in to comment.