Skip to content

Commit

Permalink
CI: readd tk build to win conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Jan 25, 2016
1 parent 428547d commit 9a04e89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ source:
# Patches setupext to look in PREFIX for the tcl/tk headers.
- osx-tk.patch # [osx]
# dynamic version from git
# we can't use condas usuall dynamic versions as setup.py uses a guard
# we can't use condas usual dynamic versions as setup.py uses a guard
# around the setup call against importing, which is done internaly
# by conda build to get the version.
# https://github.com/matplotlib/matplotlib/pull/5629#issuecomment-167243654
- condaversion.patch

requirements:
Expand All @@ -38,7 +39,7 @@ requirements:
- libpng
- zlib # [win]
- pyqt # [not osx]
- tk # [linux]
- tk # [linux and win]
- functools32 # [py2k]

run:
Expand All @@ -52,7 +53,7 @@ requirements:
# - py2cairo # [linux and py2k]
- libpng # [unix]
- pyqt # [not osx]
- tk # [linux]
- tk # [linux and win]
- functools32 # [py2k]

test:
Expand Down

0 comments on commit 9a04e89

Please sign in to comment.