mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
One environment copy too much, an oversight
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
b6caa71b6e
commit
3b16cf9de4
1 changed files with 0 additions and 1 deletions
|
@ -563,7 +563,6 @@ def onedir_dependencies(
|
||||||
)
|
)
|
||||||
_check_pkg_build_files_exist(ctx, requirements_file=requirements_file)
|
_check_pkg_build_files_exist(ctx, requirements_file=requirements_file)
|
||||||
|
|
||||||
env = os.environ.copy()
|
|
||||||
env["PIP_CONSTRAINT"] = str(
|
env["PIP_CONSTRAINT"] = str(
|
||||||
tools.utils.REPO_ROOT / "requirements" / "constraints.txt"
|
tools.utils.REPO_ROOT / "requirements" / "constraints.txt"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue