From 1d8bc3e33a03b79bd54c46b690d1eb2b5de80b62 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 20 Feb 2017 14:36:11 +0100 Subject: [PATCH] Use concurrent.futures instead of our own ThreadPool implementation --- Dockerfile | 1 + Vagrantfile | 1 + module_build_service/utils.py | 57 +++-------------------------------- requirements.txt | 1 + 4 files changed, 7 insertions(+), 53 deletions(-) diff --git a/Dockerfile b/Dockerfile index 470b9a9f..495aa101 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN dnf install -y \ python-mock \ python-pip \ python-qpid \ + python-futures \ python2-cffi \ python2-cryptography \ python2-pdc-client \ diff --git a/Vagrantfile b/Vagrantfile index 6317bef6..98d58b47 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,6 +25,7 @@ $script = <