Only patch PyPy3.6 7.3.3
PyPy3.7 7.3.4 has been fixed and does not require the patch anymore.
This commit is contained in:
@@ -122,7 +122,7 @@ def build(options: BuildOptions) -> None:
|
||||
log.build_start(config.identifier)
|
||||
|
||||
dependency_constraint_flags: List[PathOrStr] = []
|
||||
if config.identifier.startswith("pp"):
|
||||
if config.identifier.startswith("pp36"):
|
||||
# Patch PyPy to make sure headers get installed into a venv
|
||||
patch_path = resources_dir / "pypy_venv.patch"
|
||||
patch_docker_path = PurePath("/pypy_venv.patch")
|
||||
|
||||
Reference in New Issue
Block a user