Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tails
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tails
tails
Commits
e0b24a21
Commit
e0b24a21
authored
6 years ago
by
bertagaz
Browse files
Options
Downloads
Patches
Plain Diff
Don't install python3-setuptools in the ISO.
Refs:
#15370
parent
b64a6801
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/chroot_local-hooks/00-install-tailslib
+5
-0
5 additions, 0 deletions
config/chroot_local-hooks/00-install-tailslib
config/chroot_local-packageslists/tails-common.list
+0
-3
0 additions, 3 deletions
config/chroot_local-packageslists/tails-common.list
with
5 additions
and
3 deletions
config/chroot_local-hooks/00-install-tailslib
+
5
−
0
View file @
e0b24a21
...
...
@@ -5,6 +5,11 @@ set -u
echo
"Installing the tailslib python library"
# Import ensure_hook_dependency_is_installed()
.
/usr/local/lib/tails-shell-library/build.sh
ensure_hook_dependency_is_installed python3-setuptools
(
cd
/tmp/pythonlib
python3 setup.py clean
...
...
This diff is collapsed.
Click to expand it.
config/chroot_local-packageslists/tails-common.list
+
0
−
3
View file @
e0b24a21
...
...
@@ -425,6 +425,3 @@ python3-pydbus
# For our python "shell" scripting support
python3-sh
# To install Python packages without creating .egg-info files
python3-setuptools
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