[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/420: gnu: python-pyls-black: Add missing inputs.
From: |
guix-commits |
Subject: |
55/420: gnu: python-pyls-black: Add missing inputs. |
Date: |
Tue, 26 Nov 2024 16:28:30 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 069ed98af912b64e1c6f0a22f29568955eeb1636
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 7d6f24c9f0..db66736846 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3188,7 +3188,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.")
- 38/420: gnu: python-argcomplete: Add missing input., (continued)
- 38/420: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/26
- 43/420: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/26
- 39/420: gnu: java-testng: Drop input labels., guix-commits, 2024/11/26
- 56/420: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/26
- 60/420: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/26
- 29/420: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/26
- 45/420: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/11/26
- 49/420: gnu: python-box: Add missing input., guix-commits, 2024/11/26
- 53/420: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/26
- 47/420: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/26
- 55/420: gnu: python-pyls-black: Add missing inputs.,
guix-commits <=
- 57/420: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/26
- 54/420: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/26
- 59/420: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/26
- 63/420: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/26
- 64/420: gnu: Add python-pep440., guix-commits, 2024/11/26
- 70/420: gnu: Add python-fqdn., guix-commits, 2024/11/26
- 73/420: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/26
- 77/420: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/26
- 72/420: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/26
- 84/420: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/11/26