Files
Renee Otten 02a34581b2 py-matplotlib: update to 3.1.0, pin to 3.0.3 for py35
- separate/refresh patches for the three different versions
2019-05-22 09:41:52 -04:00

18 lines
481 B
Diff

--- setupext.py.orig 2019-02-27 23:17:33.000000000 -0500
+++ setupext.py 2019-02-27 23:18:44.000000000 -0500
@@ -1430,10 +1430,10 @@
class BackendTkAgg(OptionalBackendPackage):
name = "tkagg"
- force = True
-
- def check(self):
- return "installing; run-time loading from Python Tcl / Tk"
+## force = True
+##
+## def check(self):
+## return "installing; run-time loading from Python Tcl / Tk"
def get_extension(self):
sources = [