1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 12:40:32 +02:00

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 <mail@nicolasgoaziou.fr>
This commit is contained in:
jgart via Guix-patches via
2021-11-28 10:08:54 -05:00
committed by Nicolas Goaziou
parent 869c7d6703
commit 0c3acb247a

View File

@@ -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")