diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-22 17:06:18 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:23:29 +0000 |
commit | 10af55b09323a05fa9c473715bcabf1bec3ef6ea (patch) | |
tree | 04699896e8ecf4bad77eb11d6ac0a9783da0223b | |
parent | 1a31a9fa1ce99f5706f81772cbd4be0e496b9501 (diff) | |
download | guix-10af55b09323a05fa9c473715bcabf1bec3ef6ea.tar.gz guix-10af55b09323a05fa9c473715bcabf1bec3ef6ea.zip |
gnu: python-jupyter-core: Fix tests.
* gnu/packages/python-xyz.scm (python-jupyter-core) [native-inputs]: Add
python-pip.
Change-Id: I6c2c553cd6a0025fca29ca8bbb51d73f957c53c1
-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 8c70b93718..3ed37bf6c9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12869,6 +12869,7 @@ container data structures in Python).") "/etc/jupyter/migrated"))))))) (propagated-inputs (list python-platformdirs python-traitlets)) (native-inputs (list python-hatchling + python-pip python-pre-commit python-pytest python-pytest-cov |