summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files/patch-setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.cfg')
-rw-r--r--math/py-matplotlib/files/patch-setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-matplotlib/files/patch-setup.cfg b/math/py-matplotlib/files/patch-setup.cfg
index c5b9d99c9e6c..7ed4928d4a75 100644
--- a/math/py-matplotlib/files/patch-setup.cfg
+++ b/math/py-matplotlib/files/patch-setup.cfg
@@ -58,12 +58,12 @@
+# otherwise skip silently. This is the default
+# behavior
+#
-+gtk = %%GTK_BACKEND%%
-+gtkagg = %%GTKAGG_BACKEND%%
++gtk = False
++gtkagg = False
+qt4agg = False
+qt5agg = %%QT5AGG_BACKEND%%
+tkagg = %%TKAGG_BACKEND%%
-+wxagg = %%WXAGG_BACKEND%%
++wxagg = False
+#macosx = False
+
+[rc_options]