From f7afd7f68fe34f4d925880f11e8d6cae77188ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=BE=97=E6=84=9F=E6=83=85=E7=9A=84openEuler?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Mon, 15 Nov 2021 09:30:09 +0000 Subject: [PATCH] Add BuildRequires for python3-coverage --- python-tqdm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tqdm.spec b/python-tqdm.spec index 728290c..79cdb0b 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -8,7 +8,7 @@ License: MPLv2.0 and MIT URL: https://github.com/tqdm/tqdm Source0: https://github.com/tqdm/tqdm/archive/v%{version}/tqdm-%{version}.tar.gz -BuildRequires: python3-devel python3-setuptools +BuildRequires: python3-devel python3-setuptools python3-coverage %description tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly -- Gitee