Pin python-daemon to <2.1.0

2.1.0 throws the exception:

  daemon.daemon.DaemonOSEnvironmentError: Unable to change process owner ([Errno 1] Operation not permitted)

Change-Id: I1fde7751d0a480982e14c77e672cb38e3485314b
This commit is contained in:
James E. Blair 2015-11-30 10:28:27 -08:00
parent d60ace3ef1
commit 39b306ac3b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ gear
PyYAML
python-jenkins
paramiko>1.9.0
python-daemon>=2.0.4
python-daemon>=2.0.4,<2.1.0
extras
statsd>=3.0
apscheduler>=2.1.1,<3.0