Skip to content
Snippets Groups Projects
Unverified Commit fc25b494 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

Merge pull request #3394 from grische/drop-python3-distutils

Dockerfile: drop dependency on python3-distutils
parents 246489be 51719c69
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 \ ...@@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git \ git \
python3 \ python3 \
python3-dev \ python3-dev \
python3-distutils \
python3-pyelftools \ python3-pyelftools \
python3-setuptools \ python3-setuptools \
build-essential \ build-essential \
......
...@@ -29,7 +29,6 @@ freshly installed Debian Bullseye system the following packages are required: ...@@ -29,7 +29,6 @@ freshly installed Debian Bullseye system the following packages are required:
* `git` (to get Gluon and other dependencies) * `git` (to get Gluon and other dependencies)
* `python3` * `python3`
* `python3-distutils`
* `build-essential` * `build-essential`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`) * `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
* `gawk` * `gawk`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment