Skip to content

Commit 5831177

Browse files
committed
DEBUG Remove pip quiet
1 parent 9dc8b92 commit 5831177

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debian/rules

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ DH_VIRTUALENV_ARGS = \
88
--python='/usr/bin/python3' \
99
--builtin-venv \
1010
--preinstall=wheel \
11-
--extra-pip-arg='--progress-bar=off' \
12-
--extra-pip-arg='--quiet'
11+
--extra-pip-arg='--progress-bar=off'
1312

1413
# Directory where venvs for dh-virtualenv packages are built
1514
VENV_BUILD_DIR = '$(PWD)/debian/portal/opt/venvs'

0 commit comments

Comments
 (0)