Icon updates need python3-requests

This commit is contained in:
Ian Gulliver
2016-04-07 20:56:01 +00:00
parent 79961af5c2
commit 22a27eb0bd

View File

@@ -49,7 +49,7 @@ def main():
'apt-get', 'apt-get',
'install', 'install',
'--assume-yes', '--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) os.makedirs(os.path.join(FLAGS.chroot_path, 'icon', 'config'), exist_ok=True)