From 307021afe40e29fd28ea499a3390a3057c35aa44 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 25 Feb 2025 10:57:14 +0100 Subject: [PATCH] build-system/pyproject: Remove python-mypy native-input. * gnu/packages/python-check.scm (python-nptyping) * gnu/packages/python-xyz.scm (python-numpy-1) [native-inputs]: Remove python-mypy. --- gnu/packages/python-check.scm | 1 - gnu/packages/python-xyz.scm | 1 - 2 files changed, 2 deletions(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index fcabf01fb72..2bf4b7f524d 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1862,7 +1862,6 @@ Python file for configuration.") (native-inputs (list python-beartype python-feedparser - python-mypy python-pandas python-pytest python-setuptools diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index faa0229be7e..10193c3b26d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11194,7 +11194,6 @@ include_dirs = ~:*~a/include~%" pkg-config python-cython python-hypothesis - python-mypy python-pytest python-pytest-xdist python-setuptools