File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ source:
1212 # don't run nosetest
1313 - cfg_notests.patch
1414 # nake Qt4Agg the default backend
15- - cfg_qt4agg.patch [not osx]
16- - rctmp_pyside.patch [not osx]
15+ - cfg_qt4agg.patch # [not osx]
16+ - rctmp_pyside.patch # [not osx]
1717 # tk work on OSX
18- - osx-tk.patch [osx]
18+ - osx-tk.patch # [osx]
1919 # dynamic version from git
2020 - condaversion.patch
2121
@@ -28,26 +28,26 @@ requirements:
2828 - freetype >=2.5,<2.6
2929 - pyparsing
3030 - pytz
31- - py2cairo [linux and py2k]
31+ - py2cairo # [linux and py2k]
3232 - tornado
3333 - libpng
34- - zlib [win]
35- - msinttypes # this package is from the conda-forge channel!
36- - pyqt [not osx]
34+ - zlib # [win]
35+ - pyqt # [not osx]
3736 - cycler
3837 - tk
39- # - functools32 [py27] # this is currently not available
38+ - msinttypes # from the conda-forge channel
39+ - functools32 # [py27] # from the conda-forge channel
4040
4141 run :
4242 - python
4343 - numpy
4444 - python-dateutil
45- - freetype [unix]
45+ - freetype # [unix]
4646 - pytz
4747 - pyparsing
48- - py2cairo [linux and py2k]
49- - libpng [unix]
50- - pyqt [not osx]
48+ - py2cairo # [linux and py2k]
49+ - libpng # [unix]
50+ - pyqt # [not osx]
5151 - cycler
5252 - tk
5353
You can’t perform that action at this time.
0 commit comments