commit:     ac4b5698234958d927d9f03372a1f7720be02030
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 09:05:30 2024 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 23:07:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4b5698

dev-debug/systemtap: move setuptools dep to BDEPEND

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-debug/systemtap/systemtap-4.8.ebuild    | 6 ++++--
 dev-debug/systemtap/systemtap-5.0-r1.ebuild | 6 ++++--
 dev-debug/systemtap/systemtap-5.1-r1.ebuild | 2 +-
 dev-debug/systemtap/systemtap-5.1.ebuild    | 2 +-
 dev-debug/systemtap/systemtap-9999.ebuild   | 2 +-
 5 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/dev-debug/systemtap/systemtap-4.8.ebuild 
b/dev-debug/systemtap/systemtap-4.8.ebuild
index 424f64136cb4..f1da9abd10fb 100644
--- a/dev-debug/systemtap/systemtap-4.8.ebuild
+++ b/dev-debug/systemtap/systemtap-4.8.ebuild
@@ -38,7 +38,6 @@ DEPEND="
        ${CDEPEND}
        app-alternatives/cpio
        app-text/xmlto
-       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
        >=sys-devel/gettext-0.18.2
 
        libvirt? ( dev-libs/libxml2 )
@@ -49,7 +48,10 @@ RDEPEND="
        acct-group/stapsys
        acct-group/stapusr
 "
-BDEPEND="test? ( dev-util/dejagnu )"
+BDEPEND="
+       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
+       test? ( dev-util/dejagnu )
+"
 
 CONFIG_CHECK="~KPROBES ~RELAY ~DEBUG_FS"
 ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - 
this can be enabled in 'Instrumentation Support -> Kprobes'."

diff --git a/dev-debug/systemtap/systemtap-5.0-r1.ebuild 
b/dev-debug/systemtap/systemtap-5.0-r1.ebuild
index a82fc3af3eb6..c7d6dcfb96ee 100644
--- a/dev-debug/systemtap/systemtap-5.0-r1.ebuild
+++ b/dev-debug/systemtap/systemtap-5.0-r1.ebuild
@@ -38,7 +38,6 @@ DEPEND="
        ${CDEPEND}
        app-alternatives/cpio
        app-text/xmlto
-       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
        >=sys-devel/gettext-0.18.2
 
        libvirt? ( dev-libs/libxml2 )
@@ -49,7 +48,10 @@ RDEPEND="
        acct-group/stapsys
        acct-group/stapusr
 "
-BDEPEND="test? ( dev-util/dejagnu )"
+BDEPEND="
+       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
+       test? ( dev-util/dejagnu )
+"
 
 CONFIG_CHECK="~KPROBES ~RELAY ~DEBUG_FS"
 ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - 
this can be enabled in 'Instrumentation Support -> Kprobes'."

diff --git a/dev-debug/systemtap/systemtap-5.1-r1.ebuild 
b/dev-debug/systemtap/systemtap-5.1-r1.ebuild
index de32caa4bc1f..959daf66209e 100644
--- a/dev-debug/systemtap/systemtap-5.1-r1.ebuild
+++ b/dev-debug/systemtap/systemtap-5.1-r1.ebuild
@@ -43,7 +43,6 @@ DEPEND="
        ${CDEPEND}
        app-alternatives/cpio
        app-text/xmlto
-       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
        >=sys-devel/gettext-0.18.2
 
        libvirt? ( dev-libs/libxml2 )
@@ -56,6 +55,7 @@ RDEPEND="
 "
 # which: https://sourceware.org/PR32106
 BDEPEND="
+       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
        test? (
                dev-util/dejagnu
                || (

diff --git a/dev-debug/systemtap/systemtap-5.1.ebuild 
b/dev-debug/systemtap/systemtap-5.1.ebuild
index e8c3b20243c9..5830c0e68aca 100644
--- a/dev-debug/systemtap/systemtap-5.1.ebuild
+++ b/dev-debug/systemtap/systemtap-5.1.ebuild
@@ -43,7 +43,6 @@ DEPEND="
        ${CDEPEND}
        app-alternatives/cpio
        app-text/xmlto
-       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
        >=sys-devel/gettext-0.18.2
 
        libvirt? ( dev-libs/libxml2 )
@@ -56,6 +55,7 @@ RDEPEND="
 "
 # which: https://sourceware.org/PR32106
 BDEPEND="
+       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
        test? (
                dev-util/dejagnu
                || (

diff --git a/dev-debug/systemtap/systemtap-9999.ebuild 
b/dev-debug/systemtap/systemtap-9999.ebuild
index 4777e9d326b8..b8cba03f7466 100644
--- a/dev-debug/systemtap/systemtap-9999.ebuild
+++ b/dev-debug/systemtap/systemtap-9999.ebuild
@@ -43,7 +43,6 @@ DEPEND="
        ${CDEPEND}
        app-alternatives/cpio
        app-text/xmlto
-       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
        >=sys-devel/gettext-0.18.2
 
        libvirt? ( dev-libs/libxml2 )
@@ -56,6 +55,7 @@ RDEPEND="
 "
 # which: https://sourceware.org/PR32106
 BDEPEND="
+       $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
        test? (
                dev-util/dejagnu
                || (

Reply via email to