[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/420: gnu: python-box: Add missing input.
From: |
guix-commits |
Subject: |
49/420: gnu: python-box: Add missing input. |
Date: |
Tue, 26 Nov 2024 16:28:29 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit c6ef6d63338ac2aea58bdeac8dc893e934eb3b4b
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 4a0be39067..f8806251c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35787,7 +35787,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
- 88/420: gnu: python-ipykernel: Set environment variable., (continued)
- 88/420: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/26
- 94/420: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/26
- 80/420: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/26
- 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 <=
- 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, 2024/11/26
- 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