[Reproducible-commits] [diffoscope] 02/06: Fix and document required Python modules

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Sep 2 12:47:14 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 d72808c0db5acde06a7b0b23401e2b37ba544344
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Sep 2 10:30:32 2015 +0000

    Fix and document required Python modules
    
    Thanks plntyk for the feedback on IRC.
---
 README   | 12 ++++++++++++
 setup.py |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/README b/README
index d71adae..c8e1de7 100644
--- a/README
+++ b/README
@@ -32,6 +32,18 @@ This will compare `build1.changes` and `build2.changes` and create
 External dependencies
 ---------------------
 
+Required Python modules:
+
+ * Available on PyPI: libarchive-c, python-debian.
+ * Magic-file-extension is built from file:
+   http://www.darwinsys.com/file/
+   Available on Debian and Fedora as python-magic.
+ * rpm-python is built from rpm:
+   http://rpm.org/
+   Available on Debian and Fedora as python-rpm.
+ * tlsh is available at:
+   https://github.com/trendmicro/tlsh
+
 The various comparators rely on external commands being available. To
 get a list of them, please run:
 
diff --git a/setup.py b/setup.py
index f394c6c..49bd190 100644
--- a/setup.py
+++ b/setup.py
@@ -40,8 +40,8 @@ setup(name='diffoscope',
           },
       install_requires=[
           'python-debian',
-          'magic',
-          'rpm',
+          'Magic-file-extension',
+          'rpm-python',
           'libarchive-c',
           'tlsh',
           ],

-- 
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