Skip to content

Commit 57b6ad4

Browse files
Reinstate PROD_REQUIREMENTS in configure scripts
Reference: #4469 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 967a784 commit 57b6ad4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ fi
151151
# Requirement arguments passed to pip and used by default or with --dev.
152152
REQUIREMENTS="--editable . --constraint requirements.txt"
153153
DEV_REQUIREMENTS="--editable .[dev,packages] --constraint requirements.txt --constraint requirements-dev.txt"
154+
PROD_REQUIREMENTS="scancode_toolkit*.whl"
154155

155156
# where we create a virtualenv
156157
VIRTUALENV_DIR=venv

configure.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
@rem # Requirement arguments passed to pip and used by default or with --dev.
2929
set "REQUIREMENTS=--editable . --constraint requirements.txt"
3030
set "DEV_REQUIREMENTS=--editable .[dev] --constraint requirements.txt --constraint requirements-dev.txt"
31+
set "PROD_REQUIREMENTS=scancode_toolkit*.whl"
3132

3233
@rem # where we create a virtualenv
3334
set "VIRTUALENV_DIR=venv"

0 commit comments

Comments
 (0)