From 17b8aa64064e6eec2b48fd62bedadb949a231c74 Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 12 May 2015 11:31:58 +0200 Subject: [PATCH] adding missing dependancy PyYAML --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index abd98f7..296caf4 100755 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ if sys.version_info[0] == 2: install_requires = [ 'CherryPy >= 3.0.0', 'python-ldap', + 'PyYAML', 'Mako' ], elif sys.version_info[0] == 3: