File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ outputs:
9191 ignore_run_exports_from : # [unix]
9292 # C++ only installed so CXX is defined for distutils/sysconfig.
9393 - {{ compiler('cxx') }} # [unix]
94+ # this is just to get the headers needed for tk.h, but is unused
95+ - xorg-libx11
9496 # Disabled until verified to work correctly
9597 detect_binary_files_with_prefix : true
9698 # detect_binary_files_with_prefix: False
@@ -135,8 +137,6 @@ outputs:
135137 - {{ compiler('c') }}
136138 - {{ stdlib('c') }}
137139 - {{ compiler('cxx') }}
138- - {{ cdt('xorg-x11-proto-devel') }} # [linux]
139- - {{ cdt('libx11-devel') }} # [linux]
140140 - make # [not win]
141141 - libtool # [unix]
142142 - pkg-config # [not win]
@@ -168,6 +168,8 @@ outputs:
168168 - openssl
169169 - readline # [not win]
170170 - tk
171+ # this is just to get the headers needed for tk.h, but is unused
172+ - xorg-libx11
171173 - ncurses # [unix]
172174 - libffi
173175 - ld_impl_{{ target_platform }} >=2.36.1 # [linux]
Original file line number Diff line number Diff line change 1+ #tk_needs_libx11_but_avoids_a_runtime_requirement_of_libx11_to_reduce_the_dependencies_of_python
12libX11
3+ #libxcb_is_a_dependency_of_libx11_but_deps_are_wrong_on_our_cdt
24libxcb
35libxau
You can’t perform that action at this time.
0 commit comments