Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Dec 4, 2023
1 parent 9d7d920 commit bf3f88c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ export DH_VIRTUALENV_INSTALL_ROOT=/opt
override_dh_virtualenv:
dh_virtualenv \
--python /usr/bin/python3.10 \
--upgrade-pip 23.1\
--upgrade-pip 23.3.1 \
--preinstall "setuptools" \
--preinstall "wheel" \
--preinstall "html5lib" \
--builtin-venv \
--extra-pip-arg --no-cache-dir \
--extra-pip-arg --quiet
Expand Down

0 comments on commit bf3f88c

Please sign in to comment.