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*
- 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**