Files
reneeotten e3f7409f75 py-matplotlib: update to 2.2.4 and 3.0.3
- assume maintainership
- switch to PyPI for releases as it includes jquery-ui
2019-03-06 10:32:51 -07:00

18 lines
523 B
Diff

--- setupext.py.orig 2019-02-27 23:27:59.000000000 -0500
+++ setupext.py 2019-02-27 23:28:57.000000000 -0500
@@ -1541,10 +1541,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 runtime_check(self):
""" Checks whether TkAgg runtime dependencies are met