Skip to content

Commit ad47cac

Browse files
committed
push deprecation of cheksum check of git repo with Python < 3.9 to EasyBuild version 6.0
1 parent 27ea1d0 commit ad47cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def get_checksum_for(self, checksums, filename=None, index=None):
377377
self.log.deprecated(
378378
"Reproducible tarballs of git repos are only supported in Python 3.9+. "
379379
f"Checksum of {chksum_input} cannot be verified.",
380-
'5.0'
380+
'6.0'
381381
)
382382
return None
383383

0 commit comments

Comments
 (0)