Skip to content

Commit 88f5b6d

Browse files
committed
Fix wrong line
1 parent b076dd1 commit 88f5b6d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eb_hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,6 @@ def pre_configure_hook_graphviz(self, *args, **kwargs):
10641064
for software in ('zlib', 'libtool'):
10651065
var_name = get_software_root_env_var_name(software)
10661066
env.setvar(var_name, os.path.join(eprefix, 'usr'))
1067-
self.deps.append(software)
10681067
else:
10691068
raise EasyBuildError("Graphviz-specific hook triggered for non-Graphviz easyconfig?!")
10701069

0 commit comments

Comments
 (0)