diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 21:24:27 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:20:56 +0200 |
commit | c56c9928636fc70d3d3801c3c25bb0aaf69909e3 (patch) | |
tree | 20ca9cec9a8e7f3e42d49391d3ece9e773e3ea37 | |
parent | a1724888111f7ec4976e45b5d3245bb75305e70e (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 828adfd371..3aee504b10 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34681,7 +34681,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 |