27 lines
713 B
Diff
27 lines
713 B
Diff
From 7021a671ba5e8f4ea6e4c938861084d8bd91bd36 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 226b8dd..8db2803 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -30,7 +30,6 @@ setup(name='alot',
|
|
'urwid>=1.1.0',
|
|
'urwidtrees>=1.0',
|
|
'twisted>=10.2.0',
|
|
- 'python-magic',
|
|
'configobj>=4.7.0',
|
|
'pygpgme>=0.2'],
|
|
provides=['alot'],
|
|
--
|
|
2.11.0
|
|
|