summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-04 21:24:27 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:34 +0000
commit52da3b7ca5d2797a94ed6555adac80feeb49c575 (patch)
treec5e0fec5485fe28ba7ad663442e788fa10ccefd0
parent92e97ec397c6ccb830eede353188504156da4924 (diff)
gnu: python-box: Add missing input.
* gnu/packages/python-xyz.scm (python-box)[native-inputs]: Add python-setuptools. Change-Id: I3889fd74bc18bef58293d5a3a1ab7e19fa810ef8
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cf7ec8bc80..688e0eb73b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35894,7 +35894,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