Skip to content
Snippets Groups Projects
Commit e0b24a21 authored by bertagaz's avatar bertagaz
Browse files

Don't install python3-setuptools in the ISO.

Refs: #15370
parent b64a6801
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment