parent
4a87d4ab8e
commit
c46a15b574
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ def _increment_ref_count(self, spec, directory_layout=None):
|
|||
|
||||
self._data[key] = InstallRecord(spec.copy(), path, installed)
|
||||
|
||||
for dep in spec.dependencies('link'):
|
||||
for dep in spec.dependencies(('link', 'run')):
|
||||
self._increment_ref_count(dep)
|
||||
|
||||
self._data[key].ref_count += 1
|
||||
|
|
Loading…
Reference in a new issue