From 58f5fae7c40f1bca9adfe63c2e6a134f89da0c0c Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 16 Dec 2016 02:14:54 +0100 Subject: [PATCH] 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 52f242df33..10f295fe93 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