From b285d72105815a6858f3df3db15cc83329041310 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 15 Nov 2015 15:13:12 +0100 Subject: Add hachoir_core and hachoir_parser as `requires` in setup.py Thanks to Rafiot for the original idea/bugfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 72a216f..097d8f0 100755 --- a/setup.py +++ b/setup.py @@ -40,5 +40,5 @@ setup( 'build_icons': build_icons.build_icons, 'clean': clean_i18n.clean_i18n, }, - requires=['mutagen', 'gi', 'pdfrw'] + requires=['mutagen', 'gi', 'pdfrw', 'hachoir_core', 'hachoir_parser'] ) -- cgit v1.3