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

@@ -8,6 +8,7 @@ Please refer to the [Salt 3003 Release Notes](https://docs.saltstack.com/en/late
- Upgrade `salt-master` to `3003` *Aluminium* - Upgrade `salt-master` to `3003` *Aluminium*
- Add python3 `timelib` `0.2.5` - Add python3 `timelib` `0.2.5`
- Change Docker base image to `ubuntu:focal-20210217` - 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** **3002.6**

View File

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