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:
Sharlatan Hellseher 2024-12-18 01:55:24 +00:00
parent dbc9d022ef
commit 5dcf03259a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))