Remove checks for outdated Fedora.
This commit is contained in:
parent
f4ed8a4a0a
commit
98ec46f22b
1 changed files with 0 additions and 8 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue