summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-23 15:11:56 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-23 17:09:31 +0100
commitf4778e7358885c9f4b55de8ff0182dcc8fc7d27f (patch)
treebf3f917f3a787a0a842133e1c3e6f41de778efe7 /gnu/packages/python-web.scm
parent7dfdf10fb661f3f4a087a3338525684ecfc11e15 (diff)
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5ba7fa70942..2b3dafe9b05 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")