Skip to content

Commit

Permalink
Also set PIP_CONSTRAINT on the debian rules file
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed May 10, 2024
1 parent 8072ed0 commit 0f5b95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ override_dh_auto_clean:

ifeq ("${SALT_ONEDIR_ARCHIVE}", "")
override_dh_auto_build:
export PIP_CONSTRAINT=requirements/constraints.txt
export FETCH_RELENV_VERSION=$${SALT_RELENV_VERSION}
mkdir -p build/onedir
python3 -m venv --clear --copies build/onedir/venv
Expand Down

0 comments on commit 0f5b95f

Please sign in to comment.