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

commit 6bc0fa529c58248ad92c84af4a3aa8c210b6a3e7
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 18:24:06 2026 +0100

    gnu: python-ipython: Drop python-curio native-input.
    
    * gnu/packages/python-xyz.scm (python-ipython)[native-inputs]: Drop
    python-curio.
    
    Change-Id: Id6183bc95711899171e3d3941423400ba001592a
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 19bd754484..2c9fa7899e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14897,7 +14897,7 @@ functions, useful in the context of writing unit tests 
among other uses.")
            python-setuptools
            python-testpath
            ;; [extra]
-           python-curio
+           ;; python-curio      ;deprecated
            ;; python-ipykernel  ;cycles
            ;; python-jupyter-ai ;not packaged
            python-matplotlib

Reply via email to