[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/30: gnu: python-box: Add missing input.
From: |
guix-commits |
Subject: |
19/30: gnu: python-box: Add missing input. |
Date: |
Sun, 30 Jun 2024 03:40:32 -0400 (EDT) |
lbraun pushed a commit to branch pyproject-build-system
in repository guix.
commit c56c9928636fc70d3d3801c3c25bb0aaf69909e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 21:24:27 2024 +0200
gnu: python-box: Add missing input.
* gnu/packages/python-xyz.scm (python-box)[native-inputs]: Add
python-setuptools.
Change-Id: I3889fd74bc18bef58293d5a3a1ab7e19fa810ef8
---
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 828adfd371..3aee504b10 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34681,7 +34681,7 @@ and powerful way to handle real-world data, featuring:
(propagated-inputs
(list python-msgpack python-ruamel.yaml python-tomli python-tomli-w))
(native-inputs
- (list python-cython python-pytest python-wheel))
+ (list python-cython python-pytest python-setuptools python-wheel))
(home-page "https://github.com/cdgriffith/Box")
(synopsis "Advanced Python dictionaries with dot notation access")
(description
- 17/30: gnu: python-vine: Add missing inputs., (continued)
- 17/30: gnu: python-vine: Add missing inputs., guix-commits, 2024/06/30
- 22/30: gnu: python-partd: Add missing input., guix-commits, 2024/06/30
- 23/30: gnu: python-dbus-python: Add missing input., guix-commits, 2024/06/30
- 25/30: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/06/30
- 26/30: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 29/30: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/06/30
- 11/30: gnu: Add missing import (again)., guix-commits, 2024/06/30
- 12/30: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/06/30
- 14/30: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/06/30
- 19/30: gnu: python-box: Add missing input.,
guix-commits <=
- 20/30: gnu: python-billiard: Add missing inputs., guix-commits, 2024/06/30
- 10/30: gnu: Add missing import., guix-commits, 2024/06/30
- 18/30: gnu: python-joblib: Add missing inputs., guix-commits, 2024/06/30
- 21/30: gnu: python-astropy-iers-data: Add missing inputs., guix-commits, 2024/06/30
- 24/30: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/06/30
- 27/30: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/06/30
- 28/30: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/06/30
- 30/30: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/06/30