From f4778e7358885c9f4b55de8ff0182dcc8fc7d27f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 23 Oct 2025 15:11:56 +0100 Subject: [PATCH] gnu: python-requests-futures: Reduce closure size. * gnu/packages/python-web.scm (python-requests-futures)[native-inputs]: Remove python-readme-renderer and python-twine. Change-Id: I7092c9787d1f97813c7008f94871729b3a8e8aac --- gnu/packages/python-web.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5ba7fa70942c2583e0ce5439bc519a50a75f8758..2b3dafe9b058e10ff3dacd7c4d9c40530bb6d2e3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2717,9 +2717,7 @@ files.") (list python-greenlet python-pytest python-pytest-httpbin - python-readme-renderer python-setuptools - python-twine python-werkzeug)) (propagated-inputs (list python-requests)) (home-page "https://github.com/ross/requests-futures")