mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix the cryptodome version lookup for the versions report
This commit is contained in:
parent
d3b77092b5
commit
206dec63ff
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ def dependency_information(include_salt_cloud=False):
|
|||
('msgpack-python', 'msgpack', 'version'),
|
||||
('msgpack-pure', 'msgpack_pure', 'version'),
|
||||
('pycrypto', 'Crypto', '__version__'),
|
||||
('pycryptodome', 'Cryptodome', '__version__'),
|
||||
('pycryptodome', 'Cryptodome', 'version_info'),
|
||||
('libnacl', 'libnacl', '__version__'),
|
||||
('PyYAML', 'yaml', '__version__'),
|
||||
('ioflo', 'ioflo', '__version__'),
|
||||
|
|
Loading…
Add table
Reference in a new issue