Skip to content

Commit 0a7dac7

Browse files
author
Sanny Ramirez
committed
DEPS-436 transition to the standardized build interface by using the use-pep517 option
1 parent fd6cd93 commit 0a7dac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bootstrap-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ else
7676
fi
7777

7878
echo " ---> Installing Python dependencies to ${SITE_PACKAGES_PATH}..."
79-
$PIP_CMD install $PIP_VERBOSITY_FLAGS --target $SITE_PACKAGES_PATH --prefer-binary --no-warn-script-location --no-index --find-links=$PIP_WHEELDIR -r $REQUIREMENTS_PATH
79+
$PIP_CMD install $PIP_VERBOSITY_FLAGS --target $SITE_PACKAGES_PATH --prefer-binary --no-warn-script-location --no-index --no-build-isolation --find-links=$PIP_WHEELDIR --use-pep517 -r $REQUIREMENTS_PATH
8080
echo " ---> Finished installing Python dependencies"

0 commit comments

Comments
 (0)