Skip to content

Commit 258efbb

Browse files
committed
dont use verbose
1 parent b968dce commit 258efbb

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
@@ -9,8 +9,7 @@ DH_VIRTUALENV_ARGS = \
99
--builtin-venv \
1010
--preinstall=wheel \
1111
--extra-pip-arg='--progress-bar=off' \
12-
--extra-pip-arg='--log=/dev/stdout' \
13-
--extra-pip-arg='--verbose'
12+
--extra-pip-arg='--log=/dev/stdout'
1413

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

0 commit comments

Comments
 (0)