From 229686e5d3e1ddccbcad2ae698858c7ddf2850a2 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 10 Jul 2023 05:43:25 +0000 Subject: [PATCH] correct specfile comment about bootstrapping This is leftover from the python-flit and python-flit-core split. requests-download is a dependency of flit but not of flit_core. --- python-flit-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-flit-core.spec b/python-flit-core.spec index 884e209..0aef654 100644 --- a/python-flit-core.spec +++ b/python-flit-core.spec @@ -4,7 +4,7 @@ %bcond bootstrap 0 # Tests are enabled by default, unless we bootstrap. -# Disable them to avoid a circular build dependency on requests-download and testpath. +# Disable them to avoid a circular build dependency on testpath. %bcond tests %{without bootstrap} Name: python-flit-core