aboutsummaryrefslogtreecommitdiffstats
path: root/click/click.info
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-11 11:45:45 +0200
committerDanilo M. <danix@danix.xyz>2026-07-11 11:45:45 +0200
commitdea1686476f88adf50f8a37f95a2b309aa046009 (patch)
tree8d84b8e7ebcf25ec8f2a853e69013711de1d104d /click/click.info
parenteaf9e261ba5d8253bea73b43d406685bd0674213 (diff)
downloadmy-slackbuilds-dea1686476f88adf50f8a37f95a2b309aa046009.tar.gz
my-slackbuilds-dea1686476f88adf50f8a37f95a2b309aa046009.zip
click: add python3-flit_core to REQUIRESmain
8.4.2 builds via python3 -m flit_core.wheel, which needs flit_core present. On 15.0 stable flit_core is an SBo package (python3-flit_core); on -current it is in the distro. REQUIRES only listed python3-installer, so sbo-batch-test lacked the flit backend. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'click/click.info')
-rw-r--r--click/click.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/click/click.info b/click/click.info
index cccb225..7822e67 100644
--- a/click/click.info
+++ b/click/click.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/c/click/click-8.4.2.tar
MD5SUM="e35da284dc6420c59c1885ccb22d9879"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-installer"
+REQUIRES="python3-flit_core python3-installer"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"