sharlatan pushed a commit to branch python-team
in repository guix.

commit 495b3ce4a68e3b5eb582282177e742d44b9bc02f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Nov 22 17:06:18 2024 +0000

    gnu: python-jupyter-core: Fix tests.
    
    * gnu/packages/python-xyz.scm (python-jupyter-core) [native-inputs]: Add
    python-pip.
    
    Change-Id: I6c2c553cd6a0025fca29ca8bbb51d73f957c53c1
---
 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 39a2aa1ccd..51b0da44a4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12842,6 +12842,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

Reply via email to