From d598900df77471e141b65ac0b8924266cab67376 Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Wed, 14 Jul 2021 12:42:39 -0400 Subject: [PATCH] d/control: remove no longer needed requirements Nothing uses termcolor or yaml anymore in the code --- debian/control | 2 -- requirements.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/debian/control b/debian/control index dc3c830..1312f60 100644 --- a/debian/control +++ b/debian/control @@ -25,8 +25,6 @@ Build-Depends: python3-nose, python3-requests , python3-setuptools, - python3-termcolor , - python3-yaml , Standards-Version: 4.5.1 Rules-Requires-Root: no Vcs-Git: https://git.launchpad.net/ubuntu-dev-tools diff --git a/requirements.txt b/requirements.txt index 3dee953..34b16ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,3 @@ httplib2 launchpadlib requests setuptools -termcolor -pyyaml