tools: Add missing executable check for md5sum.
This commit is contained in:
parent
fda0c0068b
commit
9b47e07cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ def _pretty_bytes(bytes):
|
|||
return f"{conversion} {units[unit_index]}"
|
||||
|
||||
|
||||
@deps(deps={"file", "coreutils"}, executables={"file", "sha1sum"})
|
||||
@deps(deps={"file", "coreutils"}, executables={"file", "sha1sum", "md5sum"})
|
||||
def metadata(path):
|
||||
|
||||
def detail(value, unit):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue