[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68424] [PATCH 2/3] gnu: hypercorn: Remove unnecessary native-input.
From: |
Troy Figiel |
Subject: |
[bug#68424] [PATCH 2/3] gnu: hypercorn: Remove unnecessary native-input. |
Date: |
Sat, 13 Jan 2024 12:36:22 +0100 |
* gnu/packages/python-web.scm (hypercorn)[native-inputs]: Remove python-mock.
---
gnu/packages/python-web.scm | 1 -
1 file changed, 1 deletion(-)
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
--
2.42.0