mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26496 from jfindlay/dateutil
add dateutil dependency reporting
This commit is contained in:
commit
edc04930ae
1 changed files with 1 additions and 0 deletions
|
@ -544,6 +544,7 @@ def versions_information(include_salt_cloud=False):
|
|||
('Mako', 'mako', '__version__'),
|
||||
('Tornado', 'tornado', 'version'),
|
||||
('timelib', 'timelib', 'version'),
|
||||
('dateutil', 'dateutil', '__version__'),
|
||||
]
|
||||
|
||||
if include_salt_cloud:
|
||||
|
|
Loading…
Add table
Reference in a new issue