From c3b3086fd5dfe4b1d9c5e939b0fda3af23d6c00b Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Jul 23 2019 06:43:50 +0000 Subject: Fix inverted bootstrap conditions. --- diff --git a/python-dask.spec b/python-dask.spec index a6bb94d..ef6a70a 100644 --- a/python-dask.spec +++ b/python-dask.spec @@ -40,7 +40,7 @@ BuildRequires: python3dist(pytest) BuildRequires: python3dist(pyyaml) BuildRequires: python3dist(setuptools) BuildRequires: python3dist(toolz) >= 0.7.3 -%if %{with bootstrap} +%if %{without bootstrap} BuildRequires: python3dist(distributed) >= 2 %endif @@ -128,7 +128,7 @@ feature. Dask is a flexible parallel computing library for analytics. -%if %{with bootstrap} +%if %{without bootstrap} %package -n python-%{srcname}-doc Summary: dask documentation @@ -151,7 +151,7 @@ rm -rf %{srcname}.egg-info %build %py3_build -%if %{with bootstrap} +%if %{without bootstrap} # generate html docs PYTHONPATH=${PWD} sphinx-build-3 docs/source html # remove the sphinx-build leftovers @@ -180,7 +180,7 @@ PYTHONDONTWRITEBYTECODE=1 \ %files -n python3-%{srcname}+delayed %files -n python3-%{srcname}+distributed -%if %{with bootstrap} +%if %{without bootstrap} %files -n python-%{srcname}-doc %doc html %license LICENSE.txt