From 74492ac8f1059b25ce606303104f9c71208b8af5 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 18 May 2025 23:34:41 -0500 Subject: [PATCH] chore(modern-colorthief): pyproject-rpm-macros build dep (#4867) 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. Signed-off-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 9d7e624e53..26ca5fc500 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}