From c0ec0f82c10edc41d028629a360c87bad495c4af Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 2 Jan 2018 16:16:17 -0500 Subject: [PATCH] Remove urlgrabber as a dependency --- Dockerfile | 1 - Vagrantfile | 1 - module_build_service/builder/utils.py | 61 ++++++---- requirements.txt | 3 +- tests/test_builder/test_builder_utils.py | 141 +++++++++++++++++++++++ 5 files changed, 179 insertions(+), 28 deletions(-) create mode 100644 tests/test_builder/test_builder_utils.py diff --git a/Dockerfile b/Dockerfile index fc7b7cd7..495aa101 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN dnf install -y \ python-pip \ python-qpid \ python-futures \ - python-urlgrabber \ python2-cffi \ python2-cryptography \ python2-pdc-client \ diff --git a/Vagrantfile b/Vagrantfile index b9b22cf7..f9167247 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -24,7 +24,6 @@ $script = <