~ruther/guix-local

5dcf03259a3e9aad579b8425b6e63bdd8d811029 — Sharlatan Hellseher 1 year, 5 months ago dbc9d02
gnu: python-icontract: Add missing input.

* gnu/packages/python-check.scm (python-icontract) [native-inputs]: Add
python-wheel.

Change-Id: Ib4dac8d1a05536e09d80e9d102795f68238bfaef
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-check.scm
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +2 -1
@@ 406,7 406,8 @@ nosetests, etc...) in Python projects.")
           python-mypy
           python-numpy
           python-setuptools
           python-typeguard))
           python-typeguard
           python-wheel))
    (propagated-inputs
     (list python-asttokens
           python-typing-extensions))