From 6ebe8ec6c81e71029736eb23df76c8eaf0be56f8 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 22 Jan 2015 12:42:05 -0500 Subject: [PATCH] Pin python-daemon to 1.6 because 2.0.3 breaks setuptools --- python_apps/airtime_analyzer/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/airtime_analyzer/setup.py b/python_apps/airtime_analyzer/setup.py index 21bb8b95e..edf97ebe3 100644 --- a/python_apps/airtime_analyzer/setup.py +++ b/python_apps/airtime_analyzer/setup.py @@ -27,7 +27,7 @@ setup(name='airtime_analyzer', 'nose', 'coverage', 'mock', - 'python-daemon', + 'python-daemon==1.6', 'requests', 'rgain', # These next 3 are required for requests to support SSL with SNI. Learned this the hard way...