From 3270bcc5635e6fe3e7c75cd5385bf1c9114bf998 Mon Sep 17 00:00:00 2001 From: techchud Date: Sun, 17 Aug 2025 19:24:07 -0500 Subject: fix python-requests-future and python-torrequersts not having setuptools and build --- sherlock.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sherlock.scm b/sherlock.scm index a6f787a..2b4875a 100644 --- a/sherlock.scm +++ b/sherlock.scm @@ -40,6 +40,8 @@ python-pytest-cov ;python-pytest-network python-readme-renderer + python-setuptools + python-wheel python-twine)) (home-page "https://github.com/ross/requests-futures") (synopsis "Asynchronous Python HTTP for Humans.") @@ -73,7 +75,10 @@ (sha256 (base32 "10mf9p6r4wwk9m50jh5bpmvsnymkmn3wfqs30dx8vagx7zmd8i9p")))) (build-system pyproject-build-system) - (propagated-inputs (list python-pysocks python-requests python-stem)) + (propagated-inputs (list python-pysocks python-requests python-stem + python-setuptools + python-wheel + )) (home-page "http://github.com/erdiaker/torrequest") (synopsis "A simple interface for HTTP(s) requests over Tor") (description -- cgit v1.2.3