From 22a27eb0bd1e3dbaf92971c00d2d03b86e5c61f4 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 7 Apr 2016 20:56:01 +0000 Subject: [PATCH] Icon updates need python3-requests --- 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 2776279..2e50656 100755 --- a/server/modules/iconograph.py +++ b/server/modules/iconograph.py @@ -49,7 +49,7 @@ def main(): 'apt-get', 'install', '--assume-yes', - 'daemontools-run', 'git', 'python3-openssl') + 'daemontools-run', 'git', 'python3-openssl', 'python3-requests') os.makedirs(os.path.join(FLAGS.chroot_path, 'icon', 'config'), exist_ok=True)