From 0d31b1388ba51ddaa256b6ffd06b7c23f0501c5f Mon Sep 17 00:00:00 2001 From: Jorge Schrauwen Date: Sat, 30 Jun 2018 01:11:23 +0200 Subject: [PATCH] Fix dependancy for esky build on SmartOS --- pkg/smartos/esky/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/smartos/esky/requirements.txt b/pkg/smartos/esky/requirements.txt index 73b4f128584..1551b626239 100644 --- a/pkg/smartos/esky/requirements.txt +++ b/pkg/smartos/esky/requirements.txt @@ -1,5 +1,5 @@ GitPython==0.3.2.RC1 -dateutils +python-dateutil pyghmi croniter Mako diff --git a/setup.py b/setup.py index 51f8d9dffb7..8fa215ecb99 100755 --- a/setup.py +++ b/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',