guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/30: gnu: python-pyls-black: Add missing inputs.


From: guix-commits
Subject: 24/30: gnu: python-pyls-black: Add missing inputs.
Date: Sun, 30 Jun 2024 03:40:33 -0400 (EDT)

lbraun pushed a commit to branch pyproject-build-system
in repository guix.

commit 7b0b09a5182334beba87b0720921b7860300a099
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 6 19:18:10 2024 +0200

    gnu: python-pyls-black: Add missing inputs.
    
    * gnu/packages/python-xyz.scm (python-pyls-black)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: Ia5f321544d3789ba53bb6e8dc6dbea2350099348
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c82a98c780..1d17239ad8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3023,7 +3023,7 @@ Unicode-to-LaTeX conversion.")
      (list python-black python-lsp-server python-tomli))
     (native-inputs
      (list python-flake8 python-isort python-mypy python-pytest
-           python-pytest-runner))
+           python-pytest-runner python-setuptools python-wheel))
     (home-page "https://github.com/rupert/pyls-black";)
     (synopsis "Black plugin for the Python Language Server")
     (description "Black plugin for the Python Language Server.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]