File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ source:
16
16
# Patches setupext to look in PREFIX for the tcl/tk headers.
17
17
- osx-tk.patch # [osx]
18
18
# dynamic version from git
19
- # we can't use condas usuall dynamic versions as setup.py uses a guard
19
+ # we can't use condas usual dynamic versions as setup.py uses a guard
20
20
# around the setup call against importing, which is done internaly
21
21
# by conda build to get the version.
22
+ # https://github.com/matplotlib/matplotlib/pull/5629#issuecomment-167243654
22
23
- condaversion.patch
23
24
24
25
requirements :
@@ -38,7 +39,7 @@ requirements:
38
39
- libpng
39
40
- zlib # [win]
40
41
- pyqt # [not osx]
41
- - tk # [linux]
42
+ - tk # [linux and win ]
42
43
- functools32 # [py2k]
43
44
44
45
run :
@@ -52,7 +53,7 @@ requirements:
52
53
# - py2cairo # [linux and py2k]
53
54
- libpng # [unix]
54
55
- pyqt # [not osx]
55
- - tk # [linux]
56
+ - tk # [linux and win ]
56
57
- functools32 # [py2k]
57
58
58
59
test :
You can’t perform that action at this time.
0 commit comments