matplotlib: Fix building/installing

This commit is contained in:
Alexpux
2014-09-19 14:23:38 +04:00
parent be48f46a8d
commit 2732e25a63
3 changed files with 274 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
--- old/setup.py 2014-08-26 04:24:27.000000000 +0200
+++ new/setup.py 2014-09-18 23:28:32.597091000 +0200
@@ -97,7 +97,7 @@
setupext.BackendGtk3Agg(),
setupext.BackendGtk3Cairo(),
setupext.BackendGtkAgg(),
- setupext.BackendTkAgg(),
+ #setupext.BackendTkAgg(),
setupext.BackendWxAgg(),
setupext.BackendGtk(),
setupext.BackendAgg(),