Change regex in bacio patch to avoid python re bug (#34668)
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user