summary refs log tree commit diff
path: root/gnu/packages/diffoscope.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2019-10-29 00:04:26 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-10-29 00:07:39 -0700
commit36f5f23c1af640782aa47dbfed6352e3d4c957ff (patch)
tree07e91be30100a889d25a98f1420b69c6b0ea17e3 /gnu/packages/diffoscope.scm
parent7a1b2ba54560a593eb02a3bf4d0462b66c50f2c3 (diff)
downloadguix-36f5f23c1af640782aa47dbfed6352e3d4c957ff.tar.gz
gnu: diffoscope: Add additional native-inputs for tests.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-pypdf2 and
  python-progressbar33.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r--gnu/packages/diffoscope.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 47dd36b919..cfa98f63f2 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -153,6 +153,8 @@
       (native-inputs `(("python-pytest" ,python-pytest)
                        ("python-chardet" ,python-chardet)
                        ("python-binwalk" ,python-binwalk)
+                       ("python-pypdf2" ,python-pypdf2)
+                       ("python-progressbar33" ,python-progressbar33)
                        ;; test suite skips tests when tool is missing
                        ,@(match (%current-system)
                                 ;; ghc is only available on x86 currently.