spec: assign namespaces to the full dependency DAG

This commit is contained in:
Ben Boeckel 2016-07-14 16:33:48 -04:00
parent faa3d43d9c
commit 5d152edcaf

View File

@ -1223,7 +1223,7 @@ def concretize(self):
changed = any(changes) changed = any(changes)
force = True force = True
for s in self.traverse(): for s in self.traverse(deptype_query=alldeps):
# After concretizing, assign namespaces to anything left. # After concretizing, assign namespaces to anything left.
# Note that this doesn't count as a "change". The repository # Note that this doesn't count as a "change". The repository
# configuration is constant throughout a spack run, and # configuration is constant throughout a spack run, and