From a7f7de07ac09b3e7b843a53a4460d68c315983d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=A6=E5=93=88=E5=93=9F?= Date: Thu, 27 May 2021 09:35:52 +0800 Subject: [PATCH] Fix require --- python-os-testr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-os-testr.spec b/python-os-testr.spec index c8e3823..7c9d200 100644 --- a/python-os-testr.spec +++ b/python-os-testr.spec @@ -29,7 +29,7 @@ Provides: python2-os-testr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr -Requires: python2-Babel +Requires: python2-babel Requires: python2-testrepository Requires: python2-subunit Requires: python2-testtools -- Gitee