guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 5eb118f767ab7f4c59a98e0bc440141ae91c5f47
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 199569e5b1..0ddb8fc36e 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