From 1e84857386348edebb6c8ec0df5596f3afdf20d2 Mon Sep 17 00:00:00 2001 From: Zhongling He Date: Mon, 25 Apr 2022 11:05:17 +0000 Subject: [PATCH] add wcwidth requiremnet Signed-off-by: Zhongling He --- python-prettytable.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-prettytable.spec b/python-prettytable.spec index 6358278..e2dc7a5 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -19,6 +19,7 @@ BuildRequires: python3-pip BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools-scm) BuildRequires: python3dist(pytest) +BuildRequires: python3dist(wcwidth) %global _description\ -- Gitee