Drop speedups on i686
This commit is contained in:
parent
14753fe553
commit
138595d962
1 changed files with 10 additions and 0 deletions
|
|
@ -42,7 +42,9 @@ Summary: %{summary}
|
|||
Requires: python-%{srcname}-common = %{version}-%{release}
|
||||
Recommends: python3dist(cartopy[ows]) = %{version}-%{release}
|
||||
Recommends: python3dist(cartopy[plotting]) = %{version}-%{release}
|
||||
%ifnarch %{ix86}
|
||||
Recommends: python3dist(cartopy[speedups]) = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
|
||||
|
|
@ -62,7 +64,11 @@ Suggests: natural-earth-map-data-10m
|
|||
Data files for %{srcname}.
|
||||
|
||||
|
||||
%ifnarch %{ix86}
|
||||
%pyproject_extras_subpkg -n python3-cartopy ows plotting speedups
|
||||
%else
|
||||
%pyproject_extras_subpkg -n python3-cartopy ows plotting
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
|
|
@ -77,7 +83,11 @@ rm lib/cartopy/trace.cpp
|
|||
|
||||
|
||||
%generate_buildrequires
|
||||
%ifnarch %{ix86}
|
||||
%pyproject_buildrequires -r -x ows,plotting,speedups,test
|
||||
%else
|
||||
%pyproject_buildrequires -r -x ows,plotting,test
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue