From 7998a998ea71c7be3b369919b8dc21977b694a2c Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 30 Jul 2026 19:58:25 +0200 Subject: python3-telethon: declare build frontends in REQUIRES 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 --- python3-telethon/python3-telethon.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python3-telethon') 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" -- cgit v1.2.3