Skip to content

Commit 5a63217

Browse files
authored
Merge pull request #3954 from boegel/check_eb_deps_git
also check for git in --check-eb-deps
2 parents 14ed922 + 14e70c1 commit 5a63217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easybuild/tools/systemtools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
'7z': "extracting sources (.iso)",
169169
'bunzip2': "decompressing sources (.bz2, .tbz, .tbz2, ...)",
170170
DPKG: "checking OS dependencies (Debian, Ubuntu, ...)",
171+
'git': "downloading sources using 'git clone'",
171172
'gunzip': "decompressing source files (.gz, .tgz, ...)",
172173
'make': "build tool",
173174
'patch': "applying patch files",

0 commit comments

Comments
 (0)