mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix indent
This commit is contained in:
parent
8417f8da08
commit
701b240224
1 changed files with 5 additions and 5 deletions
10
setup.py
10
setup.py
|
@ -1163,11 +1163,11 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
# all these should be safe to force include
|
||||
freezer_includes.extend([
|
||||
'cherrypy',
|
||||
'dateutils',
|
||||
'pyghmi',
|
||||
'croniter',
|
||||
'mako',
|
||||
'gnupg',
|
||||
'dateutils',
|
||||
'pyghmi',
|
||||
'croniter',
|
||||
'mako',
|
||||
'gnupg',
|
||||
])
|
||||
elif sys.platform.startswith('linux'):
|
||||
freezer_includes.append('spwd')
|
||||
|
|
Loading…
Add table
Reference in a new issue