remove comment

Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
Todd Gamblin 2024-04-30 13:00:10 -07:00
parent cf9720e00d
commit 4005ae8651
No known key found for this signature in database
GPG Key ID: C16729F1AACF66C6

View File

@ -2923,9 +2923,8 @@ def _finalize_concretization(self):
# can't use self.package here b/c not concrete yet
pkg_cls = spack.repo.PATH.get_pkg_class(spec.name)
pkg = pkg_cls(spec)
# TODO: make artifact hashes a static method
artifact_hashes = pkg.artifact_hashes()
spec._package_hash = artifact_hashes.pop("package_hash")
spec._artifact_hashes = artifact_hashes