diff mbox series

[bug#68424,2/3] gnu: hypercorn: Remove unnecessary native-input.

Message ID 874jfh4f76.fsf@troyfigiel.com
State New
Headers show
Series Fix python-hypercorn | expand

Commit Message

Troy Figiel Jan. 13, 2024, 11:36 a.m. UTC
* gnu/packages/python-web.scm (hypercorn)[native-inputs]: Remove python-mock.
---
 gnu/packages/python-web.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index dd85581032..f88ea6437e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2400,7 +2400,6 @@  (define-public hypercorn
            python-wsproto))
     (native-inputs
      (list python-hypothesis
-           python-mock
            python-poetry-core
            python-pytest
            python-pytest-asyncio