Skip to content

Commit e388666

Browse files
authored
Merge pull request #8523 from QuLogic/fix-appveyor
Update conda patch for AppVeyor build.
2 parents 09a645f + 2d1d5f1 commit e388666

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ci/conda_recipe/rctmp_pyside.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
diff --git matplotlibrc.template matplotlibrc.template
2-
index fdbbf26..6902fe9 100644
3-
--- matplotlibrc.template
4-
+++ matplotlibrc.template
5-
@@ -35,12 +35,12 @@
6-
# You can also deploy your own backend outside of matplotlib by
7-
# referring to the module name (which must be in the PYTHONPATH) as
8-
# 'module://my_backend'.
1+
diff --git a/matplotlibrc.template b/matplotlibrc.template
2+
index 2f0e5c4..c9b6e49 100644
3+
--- a/matplotlibrc.template
4+
+++ b/matplotlibrc.template
5+
@@ -38,12 +38,12 @@
6+
#
7+
# If you omit this parameter, it will always default to "Agg", which is a
8+
# non-interactive backend.
99
-backend : $TEMPLATE_BACKEND
1010
+backend : Qt4Agg
1111

0 commit comments

Comments
 (0)