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:
Daniel Hahler 2015-09-28 20:05:21 +02:00
parent a07411a4d9
commit 437fb4407e

View file

@ -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__'),
]