From 7eeeab39db83ed287c1f835a55a1dd7095e25a6b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 25 May 2026 00:43:35 -0500 Subject: [PATCH] fix: python-wget (#12601) * fix: python-wget Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * question mark Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * rah rah Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-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