Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-cloud-storage

Conflicts:
	python_apps/airtime_analyzer/setup.py
This commit is contained in:
drigato 2014-11-12 14:51:18 -05:00
commit f1fa4929ae
2 changed files with 7 additions and 2 deletions

View file

@ -30,6 +30,11 @@ setup(name='airtime_analyzer',
'python-daemon',
'requests',
'apache-libcloud',
# These next 3 are required for requests to support SSL with SNI. Learned this the hard way...
# What sucks is that GCC is required to pip install these.
#'ndg-httpsclient',
#'pyasn1',
#'pyopenssl'
],
zip_safe=False,
data_files=data_files)