RELENV_DEBUG is causing pyo2 to fail

This commit is contained in:
Daniel A. Wozniak 2023-04-12 14:54:15 -07:00 committed by Pedro Algarvio
parent 7858c2debf
commit 6c810e0da0

View file

@ -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"