feat(modern-colorthief): Enable tests (#4884)

* feat(modern-colorthief): Enable tests

Signed-off-by: Gilver <rockgrub@disroot.org>

* fix: Build deps funny

Signed-off-by: Gilver <rockgrub@disroot.org>

---------

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-05-19 06:39:02 -05:00
committed by GitHub
parent cbf0240fde
commit 4c9fbbbaba
@@ -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