mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
RELENV_DEBUG is causing pyo2 to fail
This commit is contained in:
parent
7858c2debf
commit
6c810e0da0
1 changed files with 0 additions and 1 deletions
|
@ -333,7 +333,6 @@ def onedir_dependencies(
|
|||
create(dest, arch=arch, version=python_version)
|
||||
|
||||
env = os.environ.copy()
|
||||
env["RELENV_DEBUG"] = "1"
|
||||
install_args = ["-v"]
|
||||
if platform == "windows":
|
||||
python_bin = dest / "Scripts" / "python"
|
||||
|
|
Loading…
Add table
Reference in a new issue