From 3ea8157fa1e5e50967c5272cb414aae59fc8d78d Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Thu, 25 Jun 2020 11:27:11 +0100 Subject: [PATCH] Explicitly BR setuptools --- python-pytest-lazy-fixture.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pytest-lazy-fixture.spec b/python-pytest-lazy-fixture.spec index 291d941..e5579b0 100644 --- a/python-pytest-lazy-fixture.spec +++ b/python-pytest-lazy-fixture.spec @@ -8,7 +8,7 @@ Use fixtures in pytest.mark.parametrize.} Name: python-%{pypi_name} Version: 0.5.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Use fixtures in pytest.mark.parametrize # https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses @@ -26,6 +26,7 @@ BuildArch: noarch Summary: %{summary} BuildRequires: python3-devel BuildRequires: %{py3_dist pytest} +BuildRequires: %{py3_dist setuptools} %{?python_provide:%python_provide python3-%{pypi_name}}