From 598b6bb528d53db1f91f5b9c05924fc7c0b0344a Mon Sep 17 00:00:00 2001
From: Joshua Hesketh <josh@nitrotech.org>
Date: Mon, 12 Jan 2015 10:52:38 +1300
Subject: [PATCH] Pin python-daemon<2.0

The latest release is missing a dependency.

Change-Id: Ia935a1a04a201fb39c134a13bf512dc776dea278
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 97ec161..1788b85 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ python-keystoneclient
 argparse
 
 lockfile
-python-daemon
+python-daemon<2.0
 extras
 GitPython>=0.3.2.RC1
 sphinxcontrib-programoutput