From 91165e822ab8f96cfb7f6077a1aa370ec8d1feee Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 13 Mar 2026 05:11:45 -0700 Subject: [PATCH] fix: latex2mathml (#10459) --- 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