guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f4778e7358885c9f4b55de8ff0182dcc8fc7d27f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Oct 23 15:11:56 2025 +0100
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 5ba7fa7094..2b3dafe9b0 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")