diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 21:24:27 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 21:14:41 +0100 |
commit | 6aedfb64171f86f7def0b26b9ae75c28d4391bab (patch) | |
tree | 86e3264f02d6cea8e13bb0aa4b55f24cc992c773 /gnu/packages/python-xyz.scm | |
parent | 5cebb92f273c2746ecbdf52bc8455ad958f139e3 (diff) |
gnu: python-box: Add missing input.
* gnu/packages/python-xyz.scm (python-box)[native-inputs]: Add
python-setuptools.
Change-Id: I3889fd74bc18bef58293d5a3a1ab7e19fa810ef8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3ba9be4bf5..6e2e5724d7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35468,7 +35468,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 |