[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: |
Fri, 11 Oct 2024 16:39:04 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-pyproject-build-system
in repository guix.
commit 0cb8343761e503b6c4297d085e13eb103d931913
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 b13c964871..e3a1007508 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3138,7 +3138,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.")
- 08/30: doc: Document new options for pyproject-build-system., (continued)
- 08/30: doc: Document new options for pyproject-build-system., guix-commits, 2024/10/11
- 11/30: gnu: Add missing import (again)., guix-commits, 2024/10/11
- 12/30: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/10/11
- 15/30: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/10/11
- 19/30: gnu: python-box: Add missing input., guix-commits, 2024/10/11
- 05/30: guix: toml: Add TOML parser., guix-commits, 2024/10/11
- 17/30: gnu: python-vine: Add missing inputs., guix-commits, 2024/10/11
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/10/11
- 20/30: gnu: python-billiard: Add missing inputs., guix-commits, 2024/10/11
- 22/30: gnu: python-partd: Add missing input., guix-commits, 2024/10/11
- 24/30: gnu: python-pyls-black: Add missing inputs.,
guix-commits <=
- 30/30: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/10/11
- 28/30: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/10/11
- 14/30: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/10/11
- 21/30: gnu: python-astropy-iers-data: Add missing inputs., guix-commits, 2024/10/11
- 29/30: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/10/11
- 27/30: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/10/11
- 04/30: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/10/11
- 03/30: gnu: criu: Remove temporary workaround., guix-commits, 2024/10/11
- 13/30: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/10/11
- 23/30: gnu: python-dbus-python: Add missing input., guix-commits, 2024/10/11