From 0c3acb247a73e53ffd3752657bfca27e84920020 Mon Sep 17 00:00:00 2001 From: jgart via Guix-patches via Date: Sun, 28 Nov 2021 10:08:54 -0500 Subject: gnu: python-lsp-jsonrpc: Add deprecated alias. * gnu/packages/python-xyz.scm (python-jsonrpc-server): New variable. Add deprecated alias for package removed in the parent commit. Signed-off-by: Nicolas Goaziou --- gnu/packages/python-xyz.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e1fbc18fdf..96fdd15fba 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4939,6 +4939,9 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") "This package provides a JSON RPC 2.0 server library for Python.") (license license:expat))) +(define-public python-jsonrpc-server + (deprecated-package "python-jsonrpc-server" python-lsp-jsonrpc)) + (define-public python-pydantic (package (name "python-pydantic") -- cgit v1.2.3