feat: Replace M2Crypto by PyCryptodome
This commit is contained in:
@@ -8,6 +8,7 @@ Please refer to the [Salt 3003 Release Notes](https://docs.saltstack.com/en/late
|
||||
- Upgrade `salt-master` to `3003` *Aluminium*
|
||||
- Add python3 `timelib` `0.2.5`
|
||||
- Change Docker base image to `ubuntu:focal-20210217`
|
||||
- Replace `m2crypto` by `pycryptodome` (see [saltstack/salt#56625](https://github.com/saltstack/salt/pull/56625))
|
||||
|
||||
**3002.6**
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user