[Reproducible-commits] [diffoscope] 11/11: Update install_requires in setup.py

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Nov 7 16:29:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository diffoscope.

commit 7670d49a11392fa9c145d3f93525a6e1796af3e7
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Nov 7 17:25:54 2015 +0100

    Update install_requires in setup.py
    
    We can now trim the list to modules that are available on PyPI.
---
 setup.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 6329634..c59c35d 100644
--- a/setup.py
+++ b/setup.py
@@ -39,10 +39,9 @@ setup(name='diffoscope',
           },
       install_requires=[
           'python-debian',
-          'Magic-file-extensions',
-          'rpm-python',
+          'chardet', # hidden dependency of python-debian
+          'python-magic',
           'libarchive-c',
-          'tlsh',
           ],
       classifiers=[
           'Development Status :: 3 - Alpha',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git



More information about the Reproducible-commits mailing list