Skip to content

Commit

Permalink
remove cdts
Browse files Browse the repository at this point in the history
Co-Authored-By: H. Vetinari <h.vetinari@gmx.com>
  • Loading branch information
isuruf and h-vetinari committed Sep 21, 2024
1 parent b28d467 commit 2a26410
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ outputs:
ignore_run_exports_from: # [unix]
# C++ only installed so CXX is defined for distutils/sysconfig.
- {{ compiler('cxx') }} # [unix]
# this is just to get the headers needed for tk.h, but is unused
- xorg-libx11
# Disabled until verified to work correctly
detect_binary_files_with_prefix: true
# detect_binary_files_with_prefix: False
Expand Down Expand Up @@ -158,8 +160,6 @@ outputs:
- {{ stdlib('c') }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ cdt('xorg-x11-proto-devel') }} # [linux]
- {{ cdt('libx11-devel') }} # [linux]
- make # [not win]
- libtool # [unix]
- pkg-config # [not win]
Expand All @@ -177,6 +177,8 @@ outputs:
- openssl
- readline # [not win]
- tk
# this is just to get the headers needed for tk.h, but is unused
- xorg-libx11
- ncurses # [unix]
- libffi
- ld_impl_{{ target_platform }} >=2.36.1 # [linux]
Expand Down
10 changes: 5 additions & 5 deletions recipe/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libx11
libXext-devel
libXrender-devel
libSM-devel
libX11-devel
#tk_needs_libx11_but_avoids_a_runtime_requirement_of_libx11_to_reduce_the_dependencies_of_python
libX11
#libxcb_is_a_dependency_of_libx11_but_deps_are_wrong_on_our_cdt
libxcb
libxau

0 comments on commit 2a26410

Please sign in to comment.