This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2d883cbd6d gnu: python-bokeh: Add missing input.
2d883cbd6d is described below
commit 2d883cbd6d8eb3c22d322427d6453d1659ccae80
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Apr 26 16:39:10 2023 +0200
gnu: python-bokeh: Add missing input.
* gnu/packages/python-xyz.scm (python-bokeh)[native-inputs]: Add
python-mock.
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eba3e82e94..fb4a36f0b2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15874,6 +15874,7 @@ enhancements to optimization and data fitting
problems.")
(list python-beautifulsoup4
python-dateutil
python-flaky
+ python-mock
python-nbconvert
python-pandas
python-pytest