gnu: python-language-server: Remove comment in inputs.
authorBrett Gilio <brettg@gnu.org>
Sun, 19 Jul 2020 07:55:29 +0000 (02:55 -0500)
committerBrett Gilio <brettg@gnu.org>
Sun, 19 Jul 2020 07:55:29 +0000 (02:55 -0500)
* gnu/packages/python-xyz.scm (python-language-server)[inputs]: Remove comment
introduced in dcff9bda97d088a717d6f7c01bdf7c0e68d62b9b about using special
versions of packages.

gnu/packages/python-xyz.scm

index 53a7108..110d303 100644 (file)
@@ -3852,8 +3852,6 @@ Server (PLS).")
     (propagated-inputs
      `(("python-pluggy" ,python-pluggy)
        ("python-jsonrpc-server" ,python-jsonrpc-server)
-       ;; Note: Remove the special versions of Jedi and Parso when updating
-       ;; this package.
        ("python-jedi" ,python-jedi)
        ("python-yapf" ,python-yapf)
        ("python-pyflakes" ,python-pyflakes)