guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 621c3877ac961943968c2c2909e2b9a0c50f94a7
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 4b82a5a472..a0d6729bf6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -12782,10 +12782,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