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

commit 3c35f3a12ba7c3f0f3932eeb9188034b56b9f450
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 27853a16ac..6edaeedd21 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14935,7 +14935,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