From 8a143fc15bead9186a4903340472c4d27c330b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 4 Jul 2019 16:21:49 +0200 Subject: [PATCH] Remove .0 from (Build)Requires See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/NLMEX6MY7DQLWTD2PMX4WGC3L3ER4HFS/ --- python-httmock.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-httmock.spec b/python-httmock.spec index bcef5eb..2a5384d 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -23,7 +23,7 @@ Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3dist(requests) >= 1.0.0 +BuildRequires: python3dist(requests) >= 1 %description -n python3-%{pypi_name} A mocking library for requests for Python.