From 837b8d0fb26b7bbef472904d4cc9502e0d86843d Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 25 May 2026 00:46:36 -0500 Subject: [PATCH] fix: python-wget (#12601) (#12603) * fix: python-wget * question mark * rah rah --------- (cherry picked from commit 7eeeab39db83ed287c1f835a55a1dd7095e25a6b) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/python/wget/wget.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/langs/python/wget/wget.spec b/anda/langs/python/wget/wget.spec index 63ae72b24e..986ad5ba21 100644 --- a/anda/langs/python/wget/wget.spec +++ b/anda/langs/python/wget/wget.spec @@ -16,6 +16,9 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip +BuildRequires: python3-importlib-metadata +BuildRequires: python3-wheel +BuildRequires: python3-setuptools Packager: Its-J