From 4c9fbbbabac5b0b95301f8f0f3f5566fb95b9653 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 19 May 2025 06:39:02 -0500 Subject: [PATCH] feat(modern-colorthief): Enable tests (#4884) * feat(modern-colorthief): Enable tests Signed-off-by: Gilver * fix: Build deps funny Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/tools/modern-colorthief/modern-colorthief.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/tools/modern-colorthief/modern-colorthief.spec b/anda/tools/modern-colorthief/modern-colorthief.spec index 6a3c52e87b..0cb9a3a2b6 100644 --- a/anda/tools/modern-colorthief/modern-colorthief.spec +++ b/anda/tools/modern-colorthief/modern-colorthief.spec @@ -1,6 +1,6 @@ %global pypi_name modern_colorthief %bcond docs 0 -%bcond test 0 +%bcond test 1 # The srcrpm is not prefixed with Python because the source is mostly Rust Name: modern-colorthief @@ -25,6 +25,8 @@ BuildRequires: python3dist(modern-colorthief) BuildRequires: python3dist(myst-parser) BuildRequires: python3dist(shibuya) BuildRequires: python3dist(sphinx) +%elif %{with test} +BuildRequires: python3dist(modern-colorthief) %endif %if %{with test} %if 0%{?fedora} <= 42