Change regex in bacio patch to avoid python re bug (#34668)

This commit is contained in:
Alex Richert 2022-12-28 23:50:27 -08:00 committed by GitHub
parent e28738a01e
commit 536c7709c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,4 +42,4 @@ def cmake_args(self):
def patch(self):
if self.spec.satisfies("@2.4.1"):
filter_file(".*", "2.4.1", "VERSION")
filter_file(".+", "2.4.1", "VERSION")