diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-26 16:39:10 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-26 16:39:10 +0200 |
commit | 2d883cbd6d8eb3c22d322427d6453d1659ccae80 (patch) | |
tree | 479cdd2d338604152547405cccb976ce2288fbf4 | |
parent | 41ba9df6ba3b18cd2f7d92c82447111399342a10 (diff) | |
download | guix-2d883cbd6d8eb3c22d322427d6453d1659ccae80.tar.gz guix-2d883cbd6d8eb3c22d322427d6453d1659ccae80.zip |
gnu: python-bokeh: Add missing input.
* gnu/packages/python-xyz.scm (python-bokeh)[native-inputs]: Add python-mock.
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |