diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-18 01:55:24 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-18 01:55:38 +0000 |
| commit | 5dcf03259a3e9aad579b8425b6e63bdd8d811029 (patch) | |
| tree | 95ecb550a6aa0d89f0f56e263a821c0d01be1aaa /gnu/packages/python-check.scm | |
| parent | dbc9d022ef130717f122f9a6ace9a0b27f9924b6 (diff) | |
gnu: python-icontract: Add missing input.
* gnu/packages/python-check.scm (python-icontract) [native-inputs]: Add
python-wheel.
Change-Id: Ib4dac8d1a05536e09d80e9d102795f68238bfaef
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 53e940a6cfd..d06af41468b 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -406,7 +406,8 @@ nosetests, etc...) in Python projects.") | |||
| 406 | python-mypy | 406 | python-mypy |
| 407 | python-numpy | 407 | python-numpy |
| 408 | python-setuptools | 408 | python-setuptools |
| 409 | python-typeguard)) | 409 | python-typeguard |
| 410 | python-wheel)) | ||
| 410 | (propagated-inputs | 411 | (propagated-inputs |
| 411 | (list python-asttokens | 412 | (list python-asttokens |
| 412 | python-typing-extensions)) | 413 | python-typing-extensions)) |
