summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-01-31 01:04:27 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:36 +0100
commita63620b659b1638fc48ccd831993bd43d0d31852 (patch)
treee9d7689868d3105e847b6db35b8e5a151731461f /gnu/packages/python-web.scm
parentd1c0316cef13e26164b913e57eb07cf0243e4424 (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/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index be115b2d5c9..11bd4fbbc2a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1386,7 +1386,6 @@ of a fake DNS resolver.")
python-fastapi
python-jedi
python-jinja2
- python-mypy
python-numpy
python-pillow
python-pydantic
@@ -2424,7 +2423,9 @@ stream is an enhanced asynchronous iterable.")
(base32 "146mhkn3zp2bqf7j6r3chdlvfzgs5x1lrnqahsllgjdyl20bshy3"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-mypy python-pytest python-pytest-asyncio python-setuptools
+ (list python-pytest
+ python-pytest-asyncio
+ python-setuptools
python-wheel))
(home-page "https://github.com/django/asgiref/")
(synopsis "ASGI specs, helper code, and adapters")