mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-assay: Add missing inputs.
* gnu/packages/python-check.scm (python-assay) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Iec407e0f8483a037a07a9467a2a158dd049576f0
This commit is contained in:
parent
9285aa780d
commit
a6202abe30
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@
|
|||
(lambda* (#:key tests? test-flags #:allow-other-keys)
|
||||
(when tests?
|
||||
(apply invoke "python" test-flags)))))))
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/brandon-rhodes/assay")
|
||||
(synopsis "Python testing framework")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue