guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: diffoscope: Add additional native-inputs for tests.


From: guix-commits
Subject: 01/01: gnu: diffoscope: Add additional native-inputs for tests.
Date: Tue, 29 Oct 2019 03:08:33 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 36f5f23c1af640782aa47dbfed6352e3d4c957ff
Author: Vagrant Cascadian <address@hidden>
Date:   Tue Oct 29 00:04:26 2019 -0700

    gnu: diffoscope: Add additional native-inputs for tests.
    
    * gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-pypdf2 and
      python-progressbar33.
---
 gnu/packages/diffoscope.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 47dd36b..cfa98f6 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]