commit:     f9e10982293d0c03ee783e8d6e133be2c8042f04
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 03:04:55 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 03:04:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e10982

media-libs/mesa: Remove dependency on dev-python/ply

This is only needed for the "GRL" ray tracing implementation, which is
not used by default since upstream commit 2af98534324 ("intel: Use the
common RT BVH framework")

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 9fe806687ecf..f2a790c23878 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -176,7 +176,6 @@ BDEPEND="
        video_cards_intel? (
                ~dev-util/mesa_clc-${PV}
                llvm-core/libclc[spirv(-)]
-               $(python_gen_any_dep "dev-python/ply[\${PYTHON_USEDEP}]")
        )
        vulkan? (
                dev-util/glslang
@@ -268,9 +267,6 @@ python_check_deps() {
        python_has_version -b ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" &&
        python_has_version -b "dev-python/packaging[${PYTHON_USEDEP}]" &&
        python_has_version -b "dev-python/pyyaml[${PYTHON_USEDEP}]" || return 1
-       if use llvm && use vulkan && use video_cards_intel && use amd64; then
-               python_has_version -b "dev-python/ply[${PYTHON_USEDEP}]" || 
return 1
-       fi
 }
 
 pkg_setup() {

Reply via email to