CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/08/22 14:27:17
Modified files:
sysutils/salt : Makefile
Log message:
salt: unbreak runtime by adding an RDEP on pyca, ok sthen
It looks like pyca is supposed to be an optional dependency, but as sthen
points out this seems to have been broken with this commit:
https://github.com/saltstack/salt/commit/6fe58ffd30560ef83b8bd40342a81b3e1f6c228d
which makes unconditional use of pyca's rsa type in crypt.py's gen_keys()
Reported and tested by Mikolaj Kucharski