From 84aa0b307878fe33c331fd98da876f6b358a5fcb Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 18 Jan 2026 18:25:45 +0100 Subject: [PATCH] gnu: python-curio: Flag the package as deprecated. * gnu/packages/python-xyz.scm (python-curio): Flag the package as deprecated. Change-Id: I484f852cc6ecb59eb2e3638a7b32442752e98faa Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0ddb8fc36ed..349b0943ea6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17152,7 +17152,9 @@ printing of sub-tables by specifying a row range.") (description "This package is a simple RTF tokenizer.") (license license:gpl2+))) -(define-public python-curio +;; XXX: The package is not maintained anymore, and fails to build +;; with the current python and pytest versions. +(define-deprecated/public python-curio #f (package (name "python-curio") (version "1.6")