guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ae6b3818ab4fba5e4ba9925fd8d778a25ccaea44
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 bbcfebfaef..bafa8d4725 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