From 4d3fd930d049dc723471deb5edd159a459f378f1 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Fri, 22 May 2015 21:10:37 +0200 Subject: [PATCH] Conditionalize Recommends. --- sympy.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sympy.spec b/sympy.spec index 401d4dc..08ffa42 100644 --- a/sympy.spec +++ b/sympy.spec @@ -53,7 +53,9 @@ Requires: python3-matplotlib Requires: python3-mpmath Requires: python3-pyglet +%if 0%{?fedora} > 21 Recommends: python3-theano +%endif %description -n python3-%{name} SymPy aims to become a full-featured computer algebra system (CAS)