Fix dependancy for esky build on SmartOS

This commit is contained in:
Jorge Schrauwen 2018-06-30 01:11:23 +02:00
parent 2661ae5764
commit 0d31b1388b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
GitPython==0.3.2.RC1
dateutils
python-dateutil
pyghmi
croniter
Mako

View file

@ -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',