aboutsummaryrefslogtreecommitdiff
path: root/python/python3-geventhttpclient/python3-geventhttpclient.info
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-05-10 05:24:03 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-11 08:12:27 +0700
commitc9ccd3dc81dd93bc2a5e293bfe422020b252688d (patch)
treec63a363533cfb71a926fb67a378a8fa3111ca9d1 /python/python3-geventhttpclient/python3-geventhttpclient.info
parentb6484fab2b76d2a3725ec58d8f014d7072e8f277 (diff)
python/python3-geventhttpclient: Fix build.
Was not buildling correctly with old setuptools. Silent FTB error. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-geventhttpclient/python3-geventhttpclient.info')
-rw-r--r--python/python3-geventhttpclient/python3-geventhttpclient.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-geventhttpclient/python3-geventhttpclient.info b/python/python3-geventhttpclient/python3-geventhttpclient.info
index 76b130a857..b7849daf84 100644
--- a/python/python3-geventhttpclient/python3-geventhttpclient.info
+++ b/python/python3-geventhttpclient/python3-geventhttpclient.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/8c/14/d4eddae757de44985718a9e3
MD5SUM="a0a235b7579e9b5575e6f1db260f7599"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="gevent llhttp python3-wheel python3-build"
+REQUIRES="gevent llhttp python3-setuptools-opt"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"