File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,10 @@ CFG_BIN_DIR=$CFG_ROOT_DIR/$VIRTUALENV_DIR/bin
5454
5555# ###############################
5656# Thirdparty package locations and index handling
57- # Find packages from the local thirdparty directory or from thirdparty.aboutcode.org
57+ # Find packages from the local thirdparty directory
5858if [ -d " $CFG_ROOT_DIR /thirdparty" ]; then
5959 PIP_EXTRA_ARGS=" --find-links $CFG_ROOT_DIR /thirdparty"
6060fi
61- PIP_EXTRA_ARGS=" $PIP_EXTRA_ARGS --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
6261
6362
6463# ###############################
Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ set "CFG_BIN_DIR=%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
5252
5353@ rem ################################
5454@ rem # Thirdparty package locations and index handling
55- @ rem # Find packages from the local thirdparty directory or from thirdparty.aboutcode.org
55+ @ rem # Find packages from the local thirdparty directory
5656if exist " %CFG_ROOT_DIR% \thirdparty" (
5757 set PIP_EXTRA_ARGS = --find-links " %CFG_ROOT_DIR% \thirdparty"
5858)
59- set " PIP_EXTRA_ARGS = %PIP_EXTRA_ARGS% --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
6059
6160
6261@ rem ################################
@@ -69,7 +68,6 @@ if not defined CFG_QUIET (
6968@ rem ################################
7069@ rem # Main command line entry point
7170set " CFG_REQUIREMENTS = %REQUIREMENTS% "
72- set " NO_INDEX = --no-index"
7371
7472:again
7573if not " %1 " == " " (
You can’t perform that action at this time.
0 commit comments