Revert "db and concretization of packages modified after installation: fixes #2911" (#3078)

This commit is contained in:
Todd Gamblin 2017-02-08 13:12:10 -08:00 committed by GitHub
parent 79c1f7885a
commit b192011add

View File

@ -340,7 +340,6 @@ def invalid_record(hash_key, error):
# cached prematurely. # cached prematurely.
for hash_key, rec in data.items(): for hash_key, rec in data.items():
rec.spec._mark_concrete() rec.spec._mark_concrete()
rec.spec.package.spec._mark_concrete()
self._data = data self._data = data