Drop checks for git and cvs

This essentially forces everyone to install cvs even though they most
likely don't need it. There is no easy way to check what is actually
going to be needed, so let's just put the responsibility of decoding a
potential error message to users.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-12-04 11:16:17 +01:00
parent fa4d728230
commit 60cc3e5d55
1 changed files with 0 additions and 3 deletions

View File

@ -105,9 +105,6 @@ tools = [
("createrepo_c", "/usr/bin/createrepo_c", is_createrepo_c_needed),
("createrepo_c", "/usr/bin/modifyrepo_c", is_createrepo_c_needed),
("createrepo_c", "/usr/bin/mergerepo_c", is_createrepo_c_needed),
("git", "/usr/bin/git", None),
("cvs", "/usr/bin/cvs", None),
]