diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 01:04:27 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:36 +0100 |
| commit | a63620b659b1638fc48ccd831993bd43d0d31852 (patch) | |
| tree | e9d7689868d3105e847b6db35b8e5a151731461f /gnu/packages/serialization.scm | |
| parent | d1c0316cef13e26164b913e57eb07cf0243e4424 (diff) | |
gnu: Remove python-mypy native-input from some packages.
Remove python-mypy from [native-inputs] in the following packages as not
required for build/tests/install:
* gnu/packages/engineering.scm: (uranium, cura)
* gnu/packages/machine-learning.scm: (python-torchmetrics)
* gnu/packages/python-check.scm: (python-nptyping)
* gnu/packages/python-web.scm: (python-huggingface-hub, python-asgiref,
python-starsessions)
* gnu/packages/python-xyz.scm: (kalamine, python-numpy-1)
* gnu/packages/serialization.scm: (python-msgspec)
Change-Id: I46d608020f65a2d6a8d3fec792173e44308360bd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/serialization.scm')
| -rw-r--r-- | gnu/packages/serialization.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 7c9a9006be3..baa9a51b872 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm | |||
| @@ -747,7 +747,6 @@ RPC system. Think JSON, except binary. Or think Protocol Buffers, except faste | |||
| 747 | (native-inputs (list python-attrs | 747 | (native-inputs (list python-attrs |
| 748 | python-gcovr | 748 | python-gcovr |
| 749 | python-msgpack | 749 | python-msgpack |
| 750 | python-mypy | ||
| 751 | python-pytest | 750 | python-pytest |
| 752 | python-setuptools-scm | 751 | python-setuptools-scm |
| 753 | python-versioneer | 752 | python-versioneer |
