Skip to content
Snippets Groups Projects
Commit 51719c69 authored by Grische's avatar Grische
Browse files

Dockerfile: drop dependency on python3-distutils

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 2d4ab0f0
parent b180fc28
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment