mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05: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:
parent
869c7d6703
commit
0c3acb247a
1 changed files with 3 additions and 0 deletions
|
@ -4939,6 +4939,9 @@ (define-public python-lsp-jsonrpc
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue