gnu: python-widgetsnbextension: Fix tests.

* gnu/packages/python.scm (python-widgetsnbextension,
  python2-widgetsnbextension)[native-inputs]: Add python-certifi.
This commit is contained in:
Marius Bakke 2016-12-16 02:14:54 +01:00
parent ed11804309
commit 58f5fae7c4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -7086,7 +7086,8 @@ interactive computing.")
(propagated-inputs (propagated-inputs
`(("python-notebook" ,python-notebook))) `(("python-notebook" ,python-notebook)))
(native-inputs (native-inputs
`(("python-nose" ,python-nose))) `(("python-certifi" ,python-certifi)
("python-nose" ,python-nose)))
(home-page "http://ipython.org") (home-page "http://ipython.org")
(synopsis "IPython HTML widgets for Jupyter") (synopsis "IPython HTML widgets for Jupyter")
(description "This package provides interactive HTML widgets for Jupyter (description "This package provides interactive HTML widgets for Jupyter