From ab7c7a7dd3b5cc51dd32f0c3823e872600f09d1f Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 19 Jan 2021 18:30:47 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-mock.git#0e351582ab5cc9ef6f6f9646be7ae779e0619043 --- 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