[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/195: gnu: python-vine: Add missing inputs.
From: |
guix-commits |
Subject: |
18/195: gnu: python-vine: Add missing inputs. |
Date: |
Tue, 15 Oct 2024 03:29:30 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-rebased
in repository guix.
commit 76feb74eaf30946e09f51eefa8f2cc2590d490ca
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 2314116251..2ec60c01ee 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6249,7 +6249,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
- 21/195: gnu: python-billiard: Add missing inputs., (continued)
- 21/195: gnu: python-billiard: Add missing inputs., guix-commits, 2024/10/15
- 31/195: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/10/15
- 03/195: gnu: criu: Remove temporary workaround., guix-commits, 2024/10/15
- 06/195: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/10/15
- 05/195: guix: toml: Add TOML parser., guix-commits, 2024/10/15
- 11/195: gnu: Add missing import., guix-commits, 2024/10/15
- 10/195: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/10/15
- 12/195: gnu: Add missing import (again)., guix-commits, 2024/10/15
- 13/195: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/10/15
- 14/195: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/10/15
- 18/195: gnu: python-vine: Add missing inputs.,
guix-commits <=
- 19/195: gnu: python-joblib: Add missing inputs., guix-commits, 2024/10/15
- 23/195: gnu: python-partd: Add missing input., guix-commits, 2024/10/15
- 35/195: gnu: Add python-jsonschema-specifications., guix-commits, 2024/10/15
- 33/195: gnu: Add python-pep440., guix-commits, 2024/10/15
- 39/195: gnu: Add python-fqdn., guix-commits, 2024/10/15
- 40/195: gnu: Add python-overrides., guix-commits, 2024/10/15
- 44/195: gnu: Add python-nbclassic., guix-commits, 2024/10/15
- 45/195: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/10/15
- 43/195: gnu: Add python-notebook-shim., guix-commits, 2024/10/15
- 47/195: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/10/15