Skip to content

Commit 5d152ed

Browse files
committed
spec: assign namespaces to the full dependency DAG
1 parent faa3d43 commit 5d152ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spack/spack/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ def concretize(self):
12231223
changed = any(changes)
12241224
force = True
12251225

1226-
for s in self.traverse():
1226+
for s in self.traverse(deptype_query=alldeps):
12271227
# After concretizing, assign namespaces to anything left.
12281228
# Note that this doesn't count as a "change". The repository
12291229
# configuration is constant throughout a spack run, and

0 commit comments

Comments
 (0)