mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-box: Add missing input.
* gnu/packages/python-xyz.scm (python-box)[native-inputs]: Add python-setuptools. Change-Id: I3889fd74bc18bef58293d5a3a1ab7e19fa810ef8
This commit is contained in:
parent
92e97ec397
commit
52da3b7ca5
1 changed files with 1 additions and 1 deletions
|
@ -35894,7 +35894,7 @@ (define-public python-box
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue