62bfd1d
From 2f1d3760ffd3f60ba9d5563bb7985b39c229ab58 Mon Sep 17 00:00:00 2001
0fe41bf
From: Tomas Tomecek <ttomecek@redhat.com>
0fe41bf
Date: Thu, 12 Jan 2017 16:04:48 +0100
0fe41bf
Subject: [PATCH] don't depend on weird python-magic distribution
0fe41bf
0fe41bf
https://github.com/pazz/alot/issues/765#issuecomment-143228725
0fe41bf
0fe41bf
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
0fe41bf
---
0fe41bf
 setup.py | 1 -
0fe41bf
 1 file changed, 1 deletion(-)
0fe41bf
0fe41bf
diff --git a/setup.py b/setup.py
62bfd1d
index f20c5cb..75967b7 100755
0fe41bf
--- a/setup.py
0fe41bf
+++ b/setup.py
62bfd1d
@@ -45,7 +45,6 @@ setup(
fe5e29e
         'urwid>=1.3.0',
0fe41bf
         'urwidtrees>=1.0',
0fe41bf
         'twisted>=10.2.0',
0fe41bf
-        'python-magic',
0fe41bf
         'configobj>=4.7.0',
62bfd1d
         'gpg'
62bfd1d
     ],