diff mbox series

[bug#70739,038/714] gnu: python-argcomplete: Remove python-mypy native-input.

Message ID 20240503172650.32434-38-ngraves@ngraves.fr
State New
Headers show
Series python native-inputs | expand

Commit Message

Nicolas Graves May 3, 2024, 4:55 p.m. UTC
* gnu/packages/python-xyz.scm (python-argcomplete):
  [native-inputs]: Remove python-mypy.

Change-Id: Ie8dec41c6355f5ea2d41d5ca3902408006daf56c
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 48d68c075f..2583692e34 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22757,7 +22757,6 @@  (define-public python-argcomplete
                (invoke "python3" "./test/test.py" "-v")))))))
     (native-inputs
      (list python-coverage
-           python-mypy
            python-pexpect
            python-setuptools
            python-setuptools-scm