mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10: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
|
GitPython==0.3.2.RC1
|
||||||
dateutils
|
python-dateutil
|
||||||
pyghmi
|
pyghmi
|
||||||
croniter
|
croniter
|
||||||
Mako
|
Mako
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1095,7 +1095,7 @@ class SaltDistribution(distutils.dist.Distribution):
|
||||||
# all these should be safe to force include
|
# all these should be safe to force include
|
||||||
freezer_includes.extend([
|
freezer_includes.extend([
|
||||||
'cherrypy',
|
'cherrypy',
|
||||||
'dateutils',
|
'python-dateutil',
|
||||||
'pyghmi',
|
'pyghmi',
|
||||||
'croniter',
|
'croniter',
|
||||||
'mako',
|
'mako',
|
||||||
|
|
Loading…
Add table
Reference in a new issue