Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
fc25b494
Unverified
Commit
fc25b494
authored
5 months ago
by
Andreas Ziegler
Committed by
GitHub
5 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3394 from grische/drop-python3-distutils
Dockerfile: drop dependency on python3-distutils
parents
246489be
51719c69
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/docker/Dockerfile
+0
-1
0 additions, 1 deletion
contrib/docker/Dockerfile
docs/user/getting_started.rst
+0
-1
0 additions, 1 deletion
docs/user/getting_started.rst
with
0 additions
and
2 deletions
contrib/docker/Dockerfile
+
0
−
1
View file @
fc25b494
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
docs/user/getting_started.rst
+
0
−
1
View file @
fc25b494
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment