From 4c52a5c768f5c3a4aa5a7f7e926c6338fd81c550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 3 Dec 2018 15:20:48 +0100 Subject: [PATCH] Fix ambiguous Python requires --- python-sure.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/python-sure.spec b/python-sure.spec index dd8adc8..9e1ac09 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.4.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utility belt for automated testing in Python License: GPLv3+ @@ -11,11 +11,10 @@ Source0: https://files.pythonhosted.org/packages/source/s/%{pypi_name}/%{ BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-mock -BuildRequires: python-nose -BuildRequires: python-setuptools -BuildRequires: python-six -Requires: python-six +BuildRequires: python2-mock +BuildRequires: python2-nose +BuildRequires: python2-setuptools +BuildRequires: python2-six BuildRequires: python3-devel BuildRequires: python3-mock @@ -31,6 +30,7 @@ heavily inspired by should.js. %package -n python2-%{pypi_name} Summary: %{summary} 2 %{?python_provide:%python_provide python2-%{pypi_name}} +Requires: python2-six %description -n python2-%{pypi_name} A testing library for Python with powerful and flexible assertions. Sure is @@ -80,6 +80,9 @@ rm -rf %{pypi_name}.egg-info %changelog +* Mon Dec 03 2018 Miro HronĨok - 1.4.11-4 +- Fix ambiguous Python requires + * Sat Jul 14 2018 Fedora Release Engineering - 1.4.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild