27 lines
674 B
Diff
27 lines
674 B
Diff
From 2f1d3760ffd3f60ba9d5563bb7985b39c229ab58 Mon Sep 17 00:00:00 2001
|
|
From: Tomas Tomecek <ttomecek@redhat.com>
|
|
Date: Thu, 12 Jan 2017 16:04:48 +0100
|
|
Subject: [PATCH] don't depend on weird python-magic distribution
|
|
|
|
https://github.com/pazz/alot/issues/765#issuecomment-143228725
|
|
|
|
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
|
---
|
|
setup.py | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index d98e6c9..1bf5033 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -48,7 +48,6 @@ setup(
|
|
'urwid>=1.3.0',
|
|
'urwidtrees>=1.0.3',
|
|
'twisted>=18.4.0',
|
|
- 'python-magic',
|
|
'configobj>=4.7.0',
|
|
'gpg'
|
|
],
|
|
--
|
|
2.41.0
|
|
|