From 805a3ec0db01fd0be71a8ad2702af9348b3f8628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 7 Feb 2023 18:21:26 +0100 Subject: [PATCH] Drop unneeded build dependency on coverage And by doing it, get rid of a tox dependency as well, as it was only used to get the coverage dependency. --- pyparsing.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyparsing.spec b/pyparsing.spec index be85026..7760307 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -51,7 +51,8 @@ dos2unix -k examples/* %generate_buildrequires -%pyproject_buildrequires -t +# tox lists only the [diagrams] extra and coverage as deps, so we bypass it +%pyproject_buildrequires -x diagrams %build