indigo-dc / udocker

A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.
https://indigo-dc.github.io/udocker/
Apache License 2.0
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

mariojmdavid commented 3 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

mariojmdavid commented 3 years ago

solved in dev-v1.4 branch