From 0e351582ab5cc9ef6f6f9646be7ae779e0619043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 7 Dec 2020 21:40:32 +0100 Subject: [PATCH] BuildRequire six to fix a build failure Six was previously transitively required by pytest, but is no longer. However, no tests are present in the sdist, hence the entire %check section is moot. --- python-mock.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-mock.spec b/python-mock.spec index 4dc960f..e2cd39a 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -8,7 +8,7 @@ Name: python-mock Version: 3.0.5 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A Python Mocking and Patching Library for Testing License: BSD @@ -21,6 +21,7 @@ BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %if %{with tests} BuildRequires: python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-six %endif @@ -69,6 +70,9 @@ needed attributes in the normal way. %changelog +* Mon Dec 07 2020 Miro HronĨok - 3.0.5-12 +- BuildRequire six to fix a build failure + * Wed Jul 29 2020 Fedora Release Engineering - 3.0.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild