diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-31 17:17:37 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:41 +0000 |
| commit | 2e72d21488956c0b870d06239c53b11e8ed50a25 (patch) | |
| tree | eea034da244111da10caf7b97f96953619e91723 /gnu/packages/python-web.scm | |
| parent | f70c88dd426f1fb3591eded26f367ecc585d6673 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4b82a5a472f..a0d6729bf62 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 |
