Add missing diagnostics subpackage.
This commit is contained in:
parent
5c5b9832a6
commit
d505041598
@ -46,6 +46,7 @@ Recommends: python3-%{srcname}+array = %{version}-%{release}
|
||||
Recommends: python3-%{srcname}+bag = %{version}-%{release}
|
||||
Recommends: python3-%{srcname}+dataframe = %{version}-%{release}
|
||||
Recommends: python3-%{srcname}+delayed = %{version}-%{release}
|
||||
Recommends: python3-%{srcname}+diagnostics = %{version}-%{release}
|
||||
%if %{without bootstrap}
|
||||
Recommends: python3-%{srcname}+distributed = %{version}-%{release}
|
||||
%endif
|
||||
@ -54,7 +55,7 @@ Recommends: python3-%{srcname}+distributed = %{version}-%{release}
|
||||
Dask is a flexible parallel computing library for analytics.
|
||||
|
||||
|
||||
%pyproject_extras_subpkg -n python3-%{srcname} array bag dataframe delayed
|
||||
%pyproject_extras_subpkg -n python3-%{srcname} array bag dataframe delayed diagnostics
|
||||
%if %{without bootstrap}
|
||||
%pyproject_extras_subpkg distributed
|
||||
%endif
|
||||
@ -78,7 +79,7 @@ Documentation for dask.
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r -x test,array,bag,dataframe,delayed
|
||||
%pyproject_buildrequires -r -x test,array,bag,dataframe,delayed,diagnostics
|
||||
%if %{without bootstrap}
|
||||
%pyproject_buildrequires -x distributed
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user