diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 02:14:54 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 02:14:54 +0100 |
commit | 58f5fae7c40f1bca9adfe63c2e6a134f89da0c0c (patch) | |
tree | 012aa52162bf33ce83ef00647e9fc9b4d201f7fc | |
parent | ed11804309a1fba077ae44bde83bc84c5f2b1b12 (diff) | |
download | patches-58f5fae7c40f1bca9adfe63c2e6a134f89da0c0c.tar patches-58f5fae7c40f1bca9adfe63c2e6a134f89da0c0c.tar.gz |
gnu: python-widgetsnbextension: Fix tests.
* gnu/packages/python.scm (python-widgetsnbextension,
python2-widgetsnbextension)[native-inputs]: Add python-certifi.
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |