forked from pool/python-matplotlib
a58fa7da1a
OBS-URL: https://build.opensuse.org/request/show/87756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=12
16 lines
640 B
Diff
16 lines
640 B
Diff
Index: matplotlib-1.0.1/setupext.py
|
|
===================================================================
|
|
--- matplotlib-1.0.1.orig/setupext.py
|
|
+++ matplotlib-1.0.1/setupext.py
|
|
@@ -829,8 +829,8 @@ def check_for_tk():
|
|
gotit = False
|
|
|
|
if gotit:
|
|
- print_status("Tkinter", "Tkinter: %s, Tk: %s, Tcl: %s" %
|
|
- (Tkinter.__version__.split()[-2], Tkinter.TkVersion, Tkinter.TclVersion))
|
|
+ print_status("Tkinter", "Tkinter: found, Tk: %s, Tcl: %s" %
|
|
+ (Tkinter.TkVersion, Tkinter.TclVersion))
|
|
else:
|
|
print_status("Tkinter", "no")
|
|
if explanation is not None:
|