aboutsummaryrefslogtreecommitdiffstats
path: root/python3-telethon
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-30 19:58:25 +0200
committerDanilo M. <danix@danix.xyz>2026-07-30 19:58:25 +0200
commit7998a998ea71c7be3b369919b8dc21977b694a2c (patch)
tree2946ee06f167de93a18c81dcd848d1f8256d44d7 /python3-telethon
parent8db910ffaf162b1394764b3f523dcdbc37c7e0f4 (diff)
downloadmy-slackbuilds-main.tar.gz
my-slackbuilds-main.zip
python3-telethon: declare build frontends in REQUIRESmain
The SlackBuild calls python3 -m build and python3 -m installer directly, so both belong in REQUIRES even though hatchling's dep chain already pulls them in transitively on 15.0 (via python3-editables and python3-wheel). Declaring them keeps the .info correct if that chain ever changes. Rebuilt clean on -current and 15.0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'python3-telethon')
-rw-r--r--python3-telethon/python3-telethon.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-telethon/python3-telethon.info b/python3-telethon/python3-telethon.info
index 4d5cb08..8c0a3d9 100644
--- a/python3-telethon/python3-telethon.info
+++ b/python3-telethon/python3-telethon.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://codeberg.org/Lonami/Telethon/archive/v1.44.0.tar.gz"
MD5SUM="72ac5076f8e1ac95f6353306479eace8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pyaes python3-rsa python3-hatchling"
+REQUIRES="pyaes python3-rsa python3-hatchling python3-build python3-installer"
MAINTAINER="danix"
EMAIL="danix@danix.xyz"