[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/222: gnu: python-box: Add missing input.
From: |
guix-commits |
Subject: |
49/222: gnu: python-box: Add missing input. |
Date: |
Fri, 1 Nov 2024 10:56:21 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f75c1359154bcd654b9b43ba0551e4deac13a125
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 7ec48f45e7..16109dfc4f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35630,7 +35630,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
- 160/222: gnu: dynaconf: Improve package style., (continued)
- 160/222: gnu: dynaconf: Improve package style., guix-commits, 2024/11/01
- 168/222: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/11/01
- 171/222: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/11/01
- 154/222: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/01
- 176/222: gnu: abjad: Update to 3.19., guix-commits, 2024/11/01
- 179/222: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/01
- 182/222: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/01
- 188/222: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/01
- 191/222: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/01
- 172/222: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/01
- 49/222: gnu: python-box: Add missing input.,
guix-commits <=
- 64/222: gnu: Add python-pep440., guix-commits, 2024/11/01
- 65/222: gnu: Add python-referencing., guix-commits, 2024/11/01
- 70/222: gnu: Add python-fqdn., guix-commits, 2024/11/01
- 74/222: gnu: Add python-notebook-shim., guix-commits, 2024/11/01
- 104/222: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/01
- 112/222: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/01
- 115/222: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/01
- 107/222: gnu: Add python-jsonschema-path., guix-commits, 2024/11/01
- 116/222: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/01
- 118/222: gnu: Add python-pytoolconfig., guix-commits, 2024/11/01