mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix version reporting of python-gnupg
The module is called `gnupg`, not `python-gnupg`. Without this, the version for `python-gnupg` will not show up with `salt-call --versions-report`.
This commit is contained in:
parent
a07411a4d9
commit
437fb4407e
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ def dependency_information(include_salt_cloud=False):
|
|||
('pycparser', 'pycparser', '__version__'),
|
||||
('gitdb', 'gitdb', '__version__'),
|
||||
('gitpython', 'gitpython', '__version__'),
|
||||
('python-gnupg', 'python-gnupg', '__version__'),
|
||||
('python-gnupg', 'gnupg', '__version__'),
|
||||
('mysql-python', 'mysql-python', '__version__'),
|
||||
('cherrypy', 'cherrypy', '__version__'),
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue