From 1aad40dd4a63fa05de193d784300dc18dc85c13c Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 19 May 2025 08:36:29 -0500 Subject: [PATCH] feat(modern-colorthief): Enable docs (#4885) * feat(modern-colorthief): Enable docs Signed-off-by: Gilver * refactor: Shuffle PR scopes Signed-off-by: Gilver --------- Signed-off-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 26ca5fc500..6520327e91 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