diff options
-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 |