Skip to content

Commit 83b8f21

Browse files
committed
unix: annotate dependency for tcl/tk for Darwin targets
Without this, the packages aren't installed and the build fails, at least in CI.
1 parent 6d46adf commit 83b8f21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpython-unix/targets.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ aarch64-apple-darwin:
2020
- libffi
2121
- ncurses
2222
- sqlite
23+
- tcl
24+
- tk
2325
- tix
2426
- uuid
2527
- xz
@@ -66,6 +68,8 @@ x86_64-apple-darwin:
6668
- libffi
6769
- ncurses
6870
- sqlite
71+
- tcl
72+
- tk
6973
- tix
7074
- uuid
7175
- xz

0 commit comments

Comments
 (0)