diff --git a/scripts/make-bundle b/scripts/make-bundle index 14bfedc57dcc..180a5eb1bd67 100755 --- a/scripts/make-bundle +++ b/scripts/make-bundle @@ -30,7 +30,7 @@ BUILDTIME_DEPS = [ ('setuptools-scm', '3.3.3'), ('wheel', '0.33.6'), ] -PIP_DOWNLOAD_ARGS = '--no-binary :all:' +PIP_DOWNLOAD_ARGS = '--no-build-isolation --no-binary :all:' class BadRCError(Exception):