tags 887180 + patch
thanks

Hi,

A patch for this is:

  commit 13fe60e2a9eea0ac0a32453091cc524c90cd85ac
  Author: Chris Lamb <[email protected]>
  Date:   Thu Jan 25 22:08:42 2018 +1100
  
      Explicitly depend on e2fsprogs. (Closes: #887180)
  
   debian/control     | 1 +
   diffoscope/main.py | 1 -
   2 files changed, 1 insertion(+), 1 deletion(-)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
>From 13fe60e2a9eea0ac0a32453091cc524c90cd85ac Mon Sep 17 00:00:00 2001
From: Chris Lamb <[email protected]>
Date: Thu, 25 Jan 2018 22:08:42 +1100
Subject: [PATCH] Explicitly depend on e2fsprogs. (Closes: #887180)

---
 debian/control     | 1 +
 diffoscope/main.py | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3ddd41e..7091feb 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends:
  docx2txt <!nocheck>,
  dpkg-dev (>= 1.17.14),
  device-tree-compiler (>= 1.4.2) <!nocheck>,
+ e2fsprogs <!nocheck>,
  enjarify <!nocheck>,
  flake8 <!nocheck>,
  fontforge-extras <!nocheck>,
diff --git a/diffoscope/main.py b/diffoscope/main.py
index f9b42bb..37650a0 100644
--- a/diffoscope/main.py
+++ b/diffoscope/main.py
@@ -318,7 +318,6 @@ class ListDebianSubstvarsAction(argparse._StoreTrueAction):
             'tar',
             'coreutils',
             'diffutils',
-            'e2fsprogs',
             'findutils',
         ):
             tools.discard(x)
-- 
2.15.1

Reply via email to