Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a04e89

Browse files
committed
CI: readd tk build to win conda package
1 parent 428547d commit 9a04e89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ci/conda_recipe/meta.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2425
requirements:
@@ -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

5859
test:

0 commit comments

Comments
 (0)