commit:     832f2aee05e29db905759bb4ed49d016b9f111fc
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 22:33:17 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 22:37:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832f2aee

dev-libs/weston: Drop dev-python/setuptools dependency

This was needed for a Meson issue that was fixed a few versions back.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-libs/weston/weston-13.0.3-r2.ebuild | 5 -----
 dev-libs/weston/weston-14.0.0.ebuild    | 5 -----
 dev-libs/weston/weston-9999.ebuild      | 5 -----
 3 files changed, 15 deletions(-)

diff --git a/dev-libs/weston/weston-13.0.3-r2.ebuild 
b/dev-libs/weston/weston-13.0.3-r2.ebuild
index abe7074e3de7..13dab3d0aebf 100644
--- a/dev-libs/weston/weston-13.0.3-r2.ebuild
+++ b/dev-libs/weston/weston-13.0.3-r2.ebuild
@@ -91,7 +91,6 @@ BDEPEND="
        ${PYTHON_DEPS}
        dev-util/wayland-scanner
        virtual/pkgconfig
-       $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
 "
 
 PATCHES=(
@@ -99,10 +98,6 @@ PATCHES=(
        "${FILESDIR}"/${PN}-musl-basename.patch
 )
 
-python_check_deps() {
-       python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]"
-}
-
 src_configure() {
        local emesonargs=(
                $(meson_use drm backend-drm)

diff --git a/dev-libs/weston/weston-14.0.0.ebuild 
b/dev-libs/weston/weston-14.0.0.ebuild
index 17020667a9de..bbe4e83573e2 100644
--- a/dev-libs/weston/weston-14.0.0.ebuild
+++ b/dev-libs/weston/weston-14.0.0.ebuild
@@ -91,17 +91,12 @@ BDEPEND="
        ${PYTHON_DEPS}
        dev-util/wayland-scanner
        virtual/pkgconfig
-       $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
 "
 
 PATCHES=(
        "${FILESDIR}"/${PN}-kiosk-test.patch
 )
 
-python_check_deps() {
-       python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]"
-}
-
 src_configure() {
        local emesonargs=(
                $(meson_use drm backend-drm)

diff --git a/dev-libs/weston/weston-9999.ebuild 
b/dev-libs/weston/weston-9999.ebuild
index 62c8cc6c4eac..6a0054d3d0b3 100644
--- a/dev-libs/weston/weston-9999.ebuild
+++ b/dev-libs/weston/weston-9999.ebuild
@@ -91,13 +91,8 @@ BDEPEND="
        ${PYTHON_DEPS}
        dev-util/wayland-scanner
        virtual/pkgconfig
-       $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
 "
 
-python_check_deps() {
-       python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]"
-}
-
 src_configure() {
        local emesonargs=(
                $(meson_use drm backend-drm)

Reply via email to