diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 21:24:27 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-11 21:18:08 +0100 |
commit | d6c535f7c5f639dcb5ed358878d7cd57c39822e4 (patch) | |
tree | 0e511138ca5daa9623b2067e296cfa53c8ea2e75 | |
parent | b92f709e56e5cf31a20cc5458c8d5328fd8f8b65 (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.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 |