Skip to content

Commit 3052d25

Browse files
isurufh-vetinari
andcommitted
remove cdts
Co-Authored-By: H. Vetinari <h.vetinari@gmx.com>
1 parent ac41d0c commit 3052d25

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

recipe/meta.yaml

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

recipe/yum_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#tk_needs_libx11_but_avoids_a_runtime_requirement_of_libx11_to_reduce_the_dependencies_of_python
12
libX11
3+
#libxcb_is_a_dependency_of_libx11_but_deps_are_wrong_on_our_cdt
24
libxcb
35
libxau

0 commit comments

Comments
 (0)