mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix indent in setup.py
This commit is contained in:
parent
94bf7790cf
commit
bb599a61a2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1158,7 +1158,7 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
'site',
|
||||
'psutil',
|
||||
])
|
||||
elif IS_SMARTOS_PLATFORM:
|
||||
elif IS_SMARTOS_PLATFORM:
|
||||
# we have them as requirements in pkg/smartos/esky/requirements.txt
|
||||
# all these should be safe to force include
|
||||
freezer_includes.extend([
|
||||
|
|
Loading…
Add table
Reference in a new issue