feat: Replace M2Crypto by PyCryptodome

This commit is contained in:
Carlos Álvaro
2021-03-26 18:01:52 +01:00
parent 05e61d7cda
commit 2568649d5b
2 changed files with 2 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ echo "Installing python3 packages ..."
DEBIAN_FRONTEND=noninteractive apt-get install --yes --quiet --no-install-recommends \
python3-mako python3-pycryptodome python3-cherrypy3 python3-git python3-u-msgpack \
python3-redis python3-gnupg python3-mysqldb python3-dateutil python3-libnacl python3-openssl \
python3-pygit2 python3-m2crypto
python3-pygit2 python3-pycryptodome
pip3 install timelib==0.2.5