A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.
1.38k
stars
135
forks
source link
remove openssl command from class ChkSUM, hashlib is part of the standard library #347
Closed
mariojmdavid closed 2 years ago
since hashlib is part of the python standard library at least since python 2.6, the option (methods) to use openssl command are not needed.
if agreed upon this, fix as well the install manual dependencies and remove openssl