guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 166cb859df92d819e551953ecf82496ad466d254
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 17:17:37 2025 +0000
gnu: python-starsessions: Reduce closure size.
* gnu/packages/python-web.scm (python-starsessions)[native-inputs]:
Remove python-black, python-flake8, and python-mypy.
Change-Id: I7ce8e5fce8aa7d5ec55bcd0d3ccaa70e98a7c9b7
---
gnu/packages/python-web.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 225ae8930b..00666e9847 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -12807,10 +12807,7 @@ Interface) framework/toolkit for building async web
services in Python.")
python-itsdangerous
python-starlette))
(native-inputs
- (list python-black
- python-flake8
- python-httpx
- python-mypy
+ (list python-httpx
python-poetry-core
python-pytest
python-pytest-asyncio