summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/fetch_strategy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/spack/spack/fetch_strategy.py b/lib/spack/spack/fetch_strategy.py
index 393e3af9d1..370ccef593 100644
--- a/lib/spack/spack/fetch_strategy.py
+++ b/lib/spack/spack/fetch_strategy.py
@@ -225,6 +225,9 @@ class BundleFetchStrategy(FetchStrategy):
"""BundlePackages don't have a source id."""
return ''
+ def mirror_id(self):
+ """BundlePackages don't have a mirror id."""
+
@pattern.composite(interface=FetchStrategy)
class FetchStrategyComposite(object):