From 0175a606ac2bb81d20c779b3d4013556b084cd04 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Wed, 13 Dec 2023 19:35:24 +0000 Subject: [PATCH] config: add python-click tests bcond With the tests bcond off, only python3-flit-core is needed to build click. Relates: https://src.fedoraproject.org/rpms/python-click/pull-request/24 --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index ed417df..5a40d7b 100644 --- a/config.toml +++ b/config.toml @@ -453,6 +453,9 @@ withouts = ["tests"] [[bconds.python-werkzeug]] withouts = ["tests"] +[[bconds.python-click]] +withouts = ["tests"] + # [[bconds.OpenColorIO]] # %global bootstrap 1 # we lack config syntax for that :(