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