[diffoscope] 01/01: Drop ar from RequiredToolNotFound.PROVIDERS as we don't use ar(1) directly

Mattia Rizzolo mattia at debian.org
Wed Jul 20 11:03:12 CEST 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository diffoscope.

commit d84c49e7e4a4d4b68ca58b53bea174097e0c237f
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Jul 20 09:03:03 2016 +0000

    Drop ar from RequiredToolNotFound.PROVIDERS as we don't use ar(1) directly
    
    Gbp-Dch: Ignore
---
 diffoscope/__init__.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index d5cfce0..dbfb728 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -40,9 +40,8 @@ OS_NAMES = { 'arch': 'Arch Linux'
            }
 
 class RequiredToolNotFound(Exception):
-    PROVIDERS = { 'ar':         { 'debian': 'binutils-multiarch'
-                                , 'arch': 'binutils' }
-                , 'bzip2':      { 'debian': 'bzip2'
+    PROVIDERS = {
+                  'bzip2':      { 'debian': 'bzip2'
                                 , 'arch': 'bzip2' }
                 , 'cbfstool':   {}
                 , 'cd-iccdump': { 'debian': 'colord'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list