protobuf: fix spack versions (#30879)

This commit is contained in:
Adam J. Stewart 2022-05-28 13:53:24 -07:00 committed by GitHub
parent 98860c6a5f
commit 8084259bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ class Protobuf(Package):
patch('protoc2.5.0_aarch64.patch', sha256='7b44fcdb794f421174d619f83584e00a36012a16da09079e2fad9c12f7337451', when='@2.5.0 target=aarch64:')
def fetch_remote_versions(self):
def fetch_remote_versions(self, *args, **kwargs):
"""Ignore additional source artifacts uploaded with releases,
only keep known versions
fix for https://github.com/spack/spack/issues/5356"""