Add missing diagnostics subpackage.

This commit is contained in:
Elliott Sales de Andrade 2021-08-21 17:09:31 -04:00
parent 5c5b9832a6
commit d505041598
1 changed files with 3 additions and 2 deletions

View File

@ -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