mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Fix dependancy for esky build on SmartOS
This commit is contained in:
parent
2661ae5764
commit
0d31b1388b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
GitPython==0.3.2.RC1
|
||||
dateutils
|
||||
python-dateutil
|
||||
pyghmi
|
||||
croniter
|
||||
Mako
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1095,7 +1095,7 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
# all these should be safe to force include
|
||||
freezer_includes.extend([
|
||||
'cherrypy',
|
||||
'dateutils',
|
||||
'python-dateutil',
|
||||
'pyghmi',
|
||||
'croniter',
|
||||
'mako',
|
||||
|
|
Loading…
Add table
Reference in a new issue