Remove checks for outdated Fedora.

This commit is contained in:
Elliott Sales de Andrade 2019-03-09 05:07:15 -05:00
commit 98ec46f22b

View file

@ -33,11 +33,7 @@ BuildRequires: python2-descartes >= 1.0
BuildRequires: python2-fiona >= 1.0.1
BuildRequires: python2-pandas
BuildRequires: python2-pyproj >= 1.9.3
%if %{fedora} > 27
BuildRequires: python2-shapely >= 1.2.18
%else
BuildRequires: python-shapely >= 1.2.18
%endif
BuildRequires: python2-pytest
BuildRequires: python2-rtree >= 0.8
@ -51,11 +47,7 @@ Requires: python2-descartes >= 1.0
Requires: python2-fiona >= 1.0.1
Requires: python2-pandas
Requires: python2-pyproj >= 1.9.3
%if %{fedora} > 27
Requires: python2-shapely >= 1.2.18
%else
Requires: python-shapely >= 1.2.18
%endif
%description -n python2-%{srcname} %{_description}