[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/223: gnu: python-vine: Add missing inputs.
From: |
guix-commits |
Subject: |
47/223: gnu: python-vine: Add missing inputs. |
Date: |
Mon, 21 Oct 2024 18:23:30 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 13ef7f5ac8b1d0776449d30f62da12607bcaaf81
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 20:36:03 2024 +0200
gnu: python-vine: Add missing inputs.
* gnu/packages/python-xyz.scm (python-vine)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Idf7fbcb9d44681b4394ce3e2d3e403371169ff7a
---
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 d16eae3746..f897552987 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6273,7 +6273,7 @@ provides Python-specific tags that represent an arbitrary
Python object.")
(base32 "1q31krwxdvwawdn1kfqmpplix31d4jhs0qng26908hawsf0yjqlb"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest python-case))
+ (list python-pytest python-case python-setuptools python-wheel))
(home-page "https://github.com/celery/vine")
(synopsis "Promises for Python")
(description
- 171/223: gnu: behave: Move to pyproject-build-system., (continued)
- 171/223: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/10/21
- 163/223: gnu: python-pypujs: Improve package style., guix-commits, 2024/10/21
- 176/223: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/10/21
- 187/223: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/10/21
- 180/223: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/10/21
- 185/223: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/10/21
- 184/223: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/10/21
- 196/223: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/10/21
- 208/223: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/10/21
- 45/223: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/10/21
- 47/223: gnu: python-vine: Add missing inputs.,
guix-commits <=
- 97/223: gnu: Add python-jupyter-events., guix-commits, 2024/10/21
- 118/223: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/10/21
- 210/223: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/10/21
- 218/223: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/10/21
- 131/223: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/10/21
- 141/223: gnu: python-codespell: Improve package style., guix-commits, 2024/10/21
- 31/223: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/10/21
- 105/223: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/10/21
- 108/223: gnu: Add python-jsonschema-path., guix-commits, 2024/10/21
- 123/223: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/10/21