Remove .0 from (Build)Requires
See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/NLMEX6MY7DQLWTD2PMX4WGC3L3ER4HFS/
This commit is contained in:
parent
8de96472a7
commit
61b5383fab
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ BuildRequires: python3-setuptools
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3dist(simplejson) >= 3.6.5
|
BuildRequires: python3dist(simplejson) >= 3.6.5
|
||||||
BuildRequires: python3dist(frozendict) >= 1.0
|
BuildRequires: python3dist(frozendict) >= 1
|
||||||
BuildRequires: python3dist(six)
|
BuildRequires: python3dist(six)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue