File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ DIR=/usr/share/laps4linux-client
1010
1111# create system-wide venv and install python libraries via pip
1212python3 -m venv --system-site-packages $DIR /venv
13+ $DIR /venv/bin/pip3 install --upgrade pip==25.0.0 setuptools==80.8.0
1314$DIR /venv/bin/pip3 install --upgrade $DIR [barcode]
14- $DIR /venv/bin/pip3 uninstall -y pip
15+ $DIR /venv/bin/pip3 uninstall -y pip setuptools
1516
1617# register protocol scheme handler
1718update-desktop-database
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ DIR=/usr/share/laps4linux-runner
1010
1111# create system-wide venv and install python libraries via pip
1212python3 -m venv --system-site-packages $DIR /venv
13+ $DIR /venv/bin/pip3 install --upgrade pip==25.0.0 setuptools==80.8.0
1314$DIR /venv/bin/pip3 install --upgrade $DIR
14- $DIR /venv/bin/pip3 uninstall -y pip
15+ $DIR /venv/bin/pip3 uninstall -y pip setuptools
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ if [[ "$(python3 --version)" == "Python 3.0"* ]] \
5353 fi
5454fi
5555$PYTHON_BIN -m venv --system-site-packages --clear $DIR /venv
56- $DIR /venv/bin/pip3 install --upgrade pip==25.0.0
56+ $DIR /venv/bin/pip3 install --upgrade pip==25.0.0 setuptools==80.8.0
5757$DIR /venv/bin/pip3 install --upgrade $DIR [barcode]
58- $DIR /venv/bin/pip3 uninstall -y pip
58+ $DIR /venv/bin/pip3 uninstall -y pip setuptools
5959if command -v update-desktop-database; then
6060 update-desktop-database
6161fi
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ if [[ "$(python3 --version)" == "Python 3.0"* ]] \
5353 fi
5454fi
5555$PYTHON_BIN -m venv --system-site-packages --clear $DIR /venv
56- $DIR /venv/bin/pip3 install --upgrade pip==25.0.0
56+ $DIR /venv/bin/pip3 install --upgrade pip==25.0.0 setuptools==80.8.0
5757$DIR /venv/bin/pip3 install --upgrade $DIR
58- $DIR /venv/bin/pip3 uninstall -y pip
58+ $DIR /venv/bin/pip3 uninstall -y pip setuptools
5959
6060
6161%clean
You can’t perform that action at this time.
0 commit comments