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:
mayeut
2021-05-08 22:13:29 -04:00
committed by Henry Schreiner
parent 7e24ebb0bb
commit a7edf88fc3
+1 -1
View File
@@ -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")