guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 20052af12cb5a342e9543edca288f1bf355c98dd
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 0b5e319a28..24694a84c5 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