From eda01efac105815beeb9ba13fb8bcd1a00343f04 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Dec 27 2018 09:20:13 +0000 Subject: Drop duplicated dependencies Signed-off-by: Igor Gnatenko --- diff --git a/python-theano.spec b/python-theano.spec index ee1ab48..6507ed6 100644 --- a/python-theano.spec +++ b/python-theano.spec @@ -6,7 +6,7 @@ Name: python-theano Version: 1.0.3 -Release: 1%{?rctag:.%{rctag}}%{?dist} +Release: 2%{?rctag:.%{rctag}}%{?dist} Summary: Mathematical expressions involving multidimensional arrays License: BSD @@ -62,12 +62,8 @@ Summary: %{summary} Requires: openblas-devel Requires: gcc-c++ Requires: gcc-gfortran -Requires: python3dist(numpy) -Requires: python3dist(pygpu) -Requires: python3dist(scipy) -Requires: python3dist(six) - -Suggests: python3dist(pydot) +Recommends: python%{python3_version}dist(pygpu) +Suggests: python%{python3_version}dist(pydot) %{?python_provide:%python_provide python3-%{srcname}} @@ -146,6 +142,9 @@ PYTHONPATH=$PWD %{__python3} bin/theano-nose --processes=0 --process-restartwork %doc html %changelog +* Thu Dec 27 2018 Igor Gnatenko - 1.0.3-2 +- Drop duplicated dependencies + * Sat Oct 6 2018 Jerry James - 1.0.3-1 - New upstream release - Partially revert the previous commit; the gcc Requires is needed