Skip to content

Commit 424b82d

Browse files
committed
Do not cleanup satisfied requirements messages
1 parent eb9d4d5 commit 424b82d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ puts-step "Installing dependencies using Pip ($PIP_VERSION)"
202202
[ ! "$FRESH_PYTHON" ] && bpwatch start pip_install
203203
[ "$FRESH_PYTHON" ] && bpwatch start pip_install_first
204204

205-
$BUILDPACK_PYTHON_HOME/bin/pip install --use-mirrors -r requirements.txt --exists-action=w --src=./$PAASPROVIDER_DIR/src | cleanup | indent
205+
$BUILDPACK_PYTHON_HOME/bin/pip install --use-mirrors -r requirements.txt --exists-action=w --src=./$PAASPROVIDER_DIR/src | indent
206206

207207
[ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install
208208
[ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first

0 commit comments

Comments
 (0)