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
54
54
55
55
# ###############################
56
56
# 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
58
58
if [ -d " $CFG_ROOT_DIR /thirdparty" ]; then
59
59
PIP_EXTRA_ARGS=" --find-links $CFG_ROOT_DIR /thirdparty"
60
60
fi
61
- PIP_EXTRA_ARGS=" $PIP_EXTRA_ARGS --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
62
61
63
62
64
63
# ###############################
Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ set "CFG_BIN_DIR=%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
52
52
53
53
@ rem ################################
54
54
@ 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
56
56
if exist " %CFG_ROOT_DIR% \thirdparty" (
57
57
set PIP_EXTRA_ARGS = --find-links " %CFG_ROOT_DIR% \thirdparty"
58
58
)
59
- set " PIP_EXTRA_ARGS = %PIP_EXTRA_ARGS% --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
60
59
61
60
62
61
@ rem ################################
@@ -69,7 +68,6 @@ if not defined CFG_QUIET (
69
68
@ rem ################################
70
69
@ rem # Main command line entry point
71
70
set " CFG_REQUIREMENTS = %REQUIREMENTS% "
72
- set " NO_INDEX = --no-index"
73
71
74
72
:again
75
73
if not " %1 " == " " (
You can’t perform that action at this time.
0 commit comments