From f53d8956c7a29846448a0781807975ed5cb77fcd Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Fri, 24 May 2019 20:12:46 +0100 Subject: [PATCH] Make python-pivy conditional for fedora Signed-off-by: Przemo Firszt --- package/fedora/freecad.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/fedora/freecad.spec b/package/fedora/freecad.spec index 6dd4568a7e..45e4046d31 100644 --- a/package/fedora/freecad.spec +++ b/package/fedora/freecad.spec @@ -47,7 +47,9 @@ BuildRequires: netgen-mesher-devel-private BuildRequires: pyside-tools BuildRequires: python BuildRequires: python-matplotlib +%if 0%{?fedora} < 30 BuildRequires: python-pivy +%endif BuildRequires: python-pyside BuildRequires: python-pyside-devel BuildRequires: python2-devel