From e51c99985651db92c4801f73876263ebbc578175 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:15:54 -0700 Subject: [PATCH] fix: latex2mathml (#10459) (#10481) (cherry picked from commit 91165e822ab8f96cfb7f6077a1aa370ec8d1feee) Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/python/latex2mathml/latex2mathml.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/langs/python/latex2mathml/latex2mathml.spec b/anda/langs/python/latex2mathml/latex2mathml.spec index 4bad5e6fe1..f4e3b86803 100644 --- a/anda/langs/python/latex2mathml/latex2mathml.spec +++ b/anda/langs/python/latex2mathml/latex2mathml.spec @@ -17,6 +17,7 @@ BuildRequires: python3-pip BuildRequires: python3-poetry-core BuildRequires: python3-installer BuildRequires: python3-build +BuildRequires: python3-hatchling Packager: Owen Zimmerman