Change regex in bacio patch to avoid python re bug (#34668)
This commit is contained in:
parent
e28738a01e
commit
536c7709c2
@ -42,4 +42,4 @@ def cmake_args(self):
|
|||||||
|
|
||||||
def patch(self):
|
def patch(self):
|
||||||
if self.spec.satisfies("@2.4.1"):
|
if self.spec.satisfies("@2.4.1"):
|
||||||
filter_file(".*", "2.4.1", "VERSION")
|
filter_file(".+", "2.4.1", "VERSION")
|
||||||
|
Loading…
Reference in New Issue
Block a user