From 61b5383fab3012b020b9686801ec617744b064d6 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-canonicaljson.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-canonicaljson.spec b/python-canonicaljson.spec index 1556581..0a2aee2 100644 --- a/python-canonicaljson.spec +++ b/python-canonicaljson.spec @@ -33,7 +33,7 @@ BuildRequires: python3-setuptools %if %{with check} BuildRequires: python3-nose BuildRequires: python3dist(simplejson) >= 3.6.5 -BuildRequires: python3dist(frozendict) >= 1.0 +BuildRequires: python3dist(frozendict) >= 1 BuildRequires: python3dist(six) %endif