summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/spack/spack/package_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/package_base.py b/lib/spack/spack/package_base.py
index 137c7f0645..681b079706 100644
--- a/lib/spack/spack/package_base.py
+++ b/lib/spack/spack/package_base.py
@@ -1467,6 +1467,7 @@ class PackageBase(WindowsRPath, PackageViewMixin, RedistributionMixin, metaclass
checksum
and (self.version not in self.versions)
and (not isinstance(self.version, GitVersion))
+ and ("dev_path" not in self.spec.variants)
):
tty.warn(
"There is no checksum on file to fetch %s safely."