From 0fb3ec863c06010536c6b488f27c9a56db10d407 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 18 May 2025 21:35:47 -0700 Subject: [PATCH] chore(modern-colorthief): pyproject-rpm-macros build dep (#4867) (#4891) I forgot EL10 is different and doesn't automatically pull this as a dep of the other Python build packages. Partner to a PR I am going to do for <= 42 to re-enable the tests so this backports cleanly once this package is merged on all branches. (cherry picked from commit 74492ac8f1059b25ce606303104f9c71208b8af5) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/tools/modern-colorthief/modern-colorthief.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/tools/modern-colorthief/modern-colorthief.spec b/anda/tools/modern-colorthief/modern-colorthief.spec index ea55467ce9..6a3c52e87b 100644 --- a/anda/tools/modern-colorthief/modern-colorthief.spec +++ b/anda/tools/modern-colorthief/modern-colorthief.spec @@ -17,6 +17,7 @@ BuildRequires: cargo-rpm-macros BuildRequires: maturin BuildRequires: mold BuildRequires: python3-devel +BuildRequires: pyproject-rpm-macros BuildRequires: python3dist(pip) BuildRequires: python3dist(setuptools) %if %{with docs}