[Pkg-privacy-commits] [mat] 11/68: Add hachoir_core and hachoir_parser as `requires` in setup.py
Sascha Steinbiss
sascha at steinbiss.name
Sun Jan 3 12:32:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository mat.
commit b285d72105815a6858f3df3db15cc83329041310
Author: jvoisin <julien.voisin at dustri.org>
Date: Sun Nov 15 15:13:12 2015 +0100
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(-)
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']
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git
More information about the Pkg-privacy-commits
mailing list