From 4507aa66fd2385be024cbb770d12c90218b42c85 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 19 May 2025 06:39:37 -0700 Subject: [PATCH] feat(modern-colorthief): Enable docs (#4885) (#4907) * feat(modern-colorthief): Enable docs * refactor: Shuffle PR scopes --------- (cherry picked from commit 1aad40dd4a63fa05de193d784300dc18dc85c13c) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/tools/modern-colorthief/modern-colorthief.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/modern-colorthief/modern-colorthief.spec b/anda/tools/modern-colorthief/modern-colorthief.spec index 0cb9a3a2b6..8727ef3b0d 100644 --- a/anda/tools/modern-colorthief/modern-colorthief.spec +++ b/anda/tools/modern-colorthief/modern-colorthief.spec @@ -1,5 +1,5 @@ %global pypi_name modern_colorthief -%bcond docs 0 +%bcond docs 1 %bcond test 1 # The srcrpm is not prefixed with Python because the source is mostly Rust