mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27466 from blueyed/fix-gnupg-version
Fix version reporting of python-gnupg and mysql-python
This commit is contained in:
commit
9202f956f3
1 changed files with 2 additions and 2 deletions
|
@ -560,8 +560,8 @@ def dependency_information(include_salt_cloud=False):
|
|||
('pycparser', 'pycparser', '__version__'),
|
||||
('gitdb', 'gitdb', '__version__'),
|
||||
('gitpython', 'gitpython', '__version__'),
|
||||
('python-gnupg', 'python-gnupg', '__version__'),
|
||||
('mysql-python', 'mysql-python', '__version__'),
|
||||
('python-gnupg', 'gnupg', '__version__'),
|
||||
('mysql-python', 'MySQLdb', '__version__'),
|
||||
('cherrypy', 'cherrypy', '__version__'),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue