From a1a1a4e8221a91b44b8f264c050e4fbd14eff89b Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 9 May 2016 22:46:38 +0000 Subject: [PATCH] Add ws4py --- server/modules/iconograph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/iconograph.py b/server/modules/iconograph.py index 90f9006..ddd34ec 100755 --- a/server/modules/iconograph.py +++ b/server/modules/iconograph.py @@ -50,7 +50,7 @@ def main(): 'install', '--assume-yes', 'daemontools-run', 'genisoimage', 'git', 'python3-openssl', - 'python3-requests') + 'python3-requests', 'python3-ws4py') os.makedirs(os.path.join(FLAGS.chroot_path, 'icon', 'config'), exist_ok=True)