New comment by Goorzhel on void-packages repository https://github.com/void-linux/void-packages/pull/24136#issuecomment-670962101 Comment: Hmm: ``` ag@server $ sudo salt-key -L Password: Error: The 'pycryptodomex>=3.9.7' distribution was not found and is required by salt ag@server $ xbps-query -f salt | grep requires | tee $(tty) | xargs cat /usr/lib/python3.8/site-packages/salt-3001.1-py3.8.egg-info/requires.txt Jinja2 msgpack>=0.5,!=0.5.5 PyYAML MarkupSafe requests>=1.0.0 distro pycryptodomex>=3.9.7 pyzmq>=17.0.0 ``` We have `pycryptodome` in void-packages, but not `pycryptodomex` (~~I imagine that's deliberate~~ per comments below, I should Be the Change). For the time being I've papered over this with `sudo pip install pycryptodomex`.