Skip to content
Snippets Groups Projects
Verified Commit d84c49e7 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Drop ar from RequiredToolNotFound.PROVIDERS as we don't use ar(1) directly

Gbp-Dch: Ignore
parent 5b4c6c27
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment