mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30358 from terminalmage/libgit2-version
Add libgit2 version to versions-report
This commit is contained in:
commit
4787c2c9ad
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ def dependency_information(include_salt_cloud=False):
|
|||
('timelib', 'timelib', 'version'),
|
||||
('dateutil', 'dateutil', '__version__'),
|
||||
('pygit2', 'pygit2', '__version__'),
|
||||
('libgit2', 'pygit2', 'LIBGIT2_VERSION'),
|
||||
('smmap', 'smmap', '__version__'),
|
||||
('cffi', 'cffi', '__version__'),
|
||||
('pycparser', 'pycparser', '__version__'),
|
||||
|
|
Loading…
Add table
Reference in a new issue