From 2e72d21488956c0b870d06239c53b11e8ed50a25 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 31 Oct 2025 17:17:37 +0000 Subject: [PATCH] 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 4b82a5a472f7a10042f52957c94936480484af9b..a0d6729bf626af784397174c53716f70f5ebfcf7 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