We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d9733 commit ceb8b07Copy full SHA for ceb8b07
1 file changed
easybuild/framework/easyconfig/tools.py
@@ -242,10 +242,6 @@ def deep_refresh_dependencies(ec,altered_dep):
242
]:
243
if new_ec[key]:
244
new_ec[key] = refresh_dependencies(new_ec[key],altered_dep)
245
- for key in ['dependencies',
246
- 'hiddendependencies',
247
- 'builddependencies'
248
- ]:
249
if new_ec['ec'][key]:
250
new_ec['ec'][key] = refresh_dependencies(new_ec['ec'][key],altered_dep)
251
0 commit comments