From 2bc9bab9694dc8c2cd20ff068f89769057a15950 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Nov 19 2018 16:59:18 +0000 Subject: Disable absent python3-vtk dep --- diff --git a/python-dipy.spec b/python-dipy.spec index 44c7503..ae3d77d 100644 --- a/python-dipy.spec +++ b/python-dipy.spec @@ -22,7 +22,7 @@ Current information can always be found from the DIPY website - http://dipy.org} Name: python-%{srcname} Version: 0.15.0 -Release: 0.2.git%{shortcommit}%{?dist} +Release: 0.3.git%{shortcommit}%{?dist} Summary: Diffusion MRI utilities in python License: BSD @@ -44,7 +44,6 @@ BuildRequires: %{py3_dist scipy} BuildRequires: %{py3_dist nibabel} BuildRequires: %{py3_dist h5py} BuildRequires: %{py3_dist matplotlib} -BuildRequires: python3-vtk %if %{with tests} BuildRequires: %{py3_dist xvfbwrapper} BuildRequires: xorg-x11-server-Xvfb @@ -144,6 +143,10 @@ export TEST_WITH_XVFB=True %endif %changelog +* Mon Nov 19 2018 Ankur Sinha - 0.15.0-0.3.git756b519 +- remove python3-vtk dep +- not available in F29 currently, and only needed for doc generation which is disabled + * Mon Nov 19 2018 Ankur Sinha - 0.15.0-0.2.git756b519 - Disable doc generation