From 4efd3796190ea664965e40bc6832071aa212a7f4 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 11:03:46 +0000 Subject: [PATCH] Add BuildRequires for flake8 and coverage --- python-tqdm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tqdm.spec b/python-tqdm.spec index 728290c..a0576f0 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-flake8 python3-coverage %description tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly -- Gitee