diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index afd875212c..3f4396f174 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5073,6 +5073,9 @@ (define-public python-lsp-server and integrated feature-set for programming Python effectively.") (license license:expat))) +(define-public python-language-server + (deprecated-package "python-language-server" python-lsp-server)) + (define-public python-pathspec (package (name "python-pathspec")