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:
1616    #  Patches setupext to look in PREFIX for the tcl/tk headers.
1717    - osx-tk.patch         #  [osx]
1818    #  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
2020    #  around the setup call against importing, which is done internaly
2121    #  by conda build to get the version.
22+     #  https://github.com/matplotlib/matplotlib/pull/5629#issuecomment-167243654
2223    - condaversion.patch 
2324
2425requirements :
@@ -38,7 +39,7 @@ requirements:
3839    - libpng 
3940    - zlib                 #  [win]
4041    - pyqt                 #  [not osx]
41-     - tk                   #  [linux]
42+     - tk                   #  [linux and win ]
4243    - functools32          #  [py2k]
4344
4445  run :
@@ -52,7 +53,7 @@ requirements:
5253#     - py2cairo            # [linux and py2k]
5354    - libpng               #  [unix]
5455    - pyqt                 #  [not osx]
55-     - tk                   #  [linux]
56+     - tk                   #  [linux and win ]
5657    - functools32          #  [py2k]
5758
5859test :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments