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>master
parent
869c7d6703
commit
0c3acb247a
|
@ -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.")
|
"This package provides a JSON RPC 2.0 server library for Python.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-jsonrpc-server
|
||||||
|
(deprecated-package "python-jsonrpc-server" python-lsp-jsonrpc))
|
||||||
|
|
||||||
(define-public python-pydantic
|
(define-public python-pydantic
|
||||||
(package
|
(package
|
||||||
(name "python-pydantic")
|
(name "python-pydantic")
|
||||||
|
|
Reference in New Issue