guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-widgetsnbextension: Fix tests.


From: Marius Bakke
Subject: 04/05: gnu: python-widgetsnbextension: Fix tests.
Date: Fri, 16 Dec 2016 01:20:05 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 58f5fae7c40f1bca9adfe63c2e6a134f89da0c0c
Author: Marius Bakke <address@hidden>
Date:   Fri Dec 16 02:14:54 2016 +0100

    gnu: python-widgetsnbextension: Fix tests.
    
    * gnu/packages/python.scm (python-widgetsnbextension,
      python2-widgetsnbextension)[native-inputs]: Add python-certifi.
---
 gnu/packages/python.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 52f242d..10f295f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7086,7 +7086,8 @@ interactive computing.")
     (propagated-inputs
      `(("python-notebook" ,python-notebook)))
     (native-inputs
-     `(("python-nose" ,python-nose)))
+     `(("python-certifi" ,python-certifi)
+       ("python-nose" ,python-nose)))
     (home-page "http://ipython.org";)
     (synopsis "IPython HTML widgets for Jupyter")
     (description "This package provides interactive HTML widgets for Jupyter



reply via email to

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