From 9fde50abab18b206fcb9ed59940b67724b085c9d Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sep 19 2018 18:42:58 +0000 Subject: Stop setting a default backend. It will be picked automatically by Matplotlib. --- diff --git a/python-matplotlib.spec b/python-matplotlib.spec index eb20ba4..b398e1d 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -257,7 +257,7 @@ gzip -dc %SOURCE1000 | tar xvf - --transform='s~^mpl-images-%{version}%{?rctag}- rm -r extern/libqhull # Copy setup.cfg to the builddir -sed 's/\(backend = \).*/\1%{backend}/' >setup.cfg <%{SOURCE1} +cp -p %{SOURCE1} setup.cfg # Keep this until next version, and increment if changing from # USE_FONTCONFIG to False or True so that cache is regenerated diff --git a/setup.cfg b/setup.cfg index 978e5f4..1ea1a4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,3 @@ tests = True toolkits = True toolkits_tests = True - -[rc_options] -backend = GTKAgg