Skip to content
Snippets Groups Projects
Commit b192011a authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

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

parent 79c1f788
No related branches found
No related tags found
No related merge requests found
...@@ -340,7 +340,6 @@ def invalid_record(hash_key, error): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment