From 78f063cd3d12efb6622f9d5a0133a001dd037158 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Fri, 4 Dec 2020 15:47:32 +0800 Subject: [PATCH] add buildrequire to solve check failure (cherry picked from commit 9e3cf30e19d9e5bced0fe21715bc9cd61a4eaecb) --- python-sure.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-sure.spec b/python-sure.spec index f1de8d5..9c0e158 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -1,12 +1,12 @@ Name: python-sure Version: 1.4.11 -Release: 4 +Release: 5 Summary: Utility belt for automated testing in Python -License: GPLv3+ +License: GPL-3.0 and GPL-2.0+ URL: https://github.com/gabrielfalcao/sure Source0: https://files.pythonhosted.org/packages/source/s/sure/sure-%{version}.tar.gz -BuildRequires: python2-devel python-mock python-nose python-setuptools python-six +BuildRequires: python2-devel python2-mock python2-nose python-setuptools python2-six python2-setuptools BuildRequires: python3-devel python3-mock python3-nose python3-setuptools python3-six Requires: python-six BuildArch: noarch @@ -57,5 +57,8 @@ rm -rf sure.egg-info %{python3_sitelib}/* %changelog +* Fri Dec 04 2020 Ge Wang 1.4.11-5 +* Add buildrequire to solve check failure + * Wed Nov 27 2019 lingsheng 1.4.11-4 * Package init