mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-icontract: Add missing input.
* gnu/packages/python-check.scm (python-icontract) [native-inputs]: Add python-wheel. Change-Id: Ib4dac8d1a05536e09d80e9d102795f68238bfaef
This commit is contained in:
parent
dbc9d022ef
commit
5dcf03259a
1 changed files with 2 additions and 1 deletions
|
@ -406,7 +406,8 @@ (define-public python-icontract
|
|||
python-mypy
|
||||
python-numpy
|
||||
python-setuptools
|
||||
python-typeguard))
|
||||
python-typeguard
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-asttokens
|
||||
python-typing-extensions))
|
||||
|
|
Loading…
Reference in a new issue