commit:     a5aa3bedbdb5bc10fde05d5fe714c9362aaa585b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 06:57:57 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 07:34:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5aa3bed

net-analyzer/wireshark: [QA] Silence PYTHON_DEPS warning in old ver

Move PYTHON_DEPS to RDEPEND to match eclass used in 3.0*.  This is going
to silence the CI report, finally making it possible to turn it into
proper warning, and the proper fix will land in its time via 3.1.0.

Closes: https://bugs.gentoo.org/691464
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/wireshark/wireshark-3.0.3.ebuild | 2 +-
 net-analyzer/wireshark/wireshark-3.0.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/wireshark/wireshark-3.0.3.ebuild 
b/net-analyzer/wireshark/wireshark-3.0.3.ebuild
index 60215045343..25bf89b8cfe 100644
--- a/net-analyzer/wireshark/wireshark-3.0.3.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.0.3.ebuild
@@ -53,12 +53,12 @@ CDEPEND="
        sshdump? ( >=net-libs/libssh-0.6 )
        ssl? ( net-libs/gnutls:= )
        zlib? ( sys-libs/zlib )
+       ${PYTHON_DEPS}
 "
 # We need perl for `pod2html`. The rest of the perl stuff is to block older
 # and broken installs. #455122
 DEPEND="
        ${CDEPEND}
-       ${PYTHON_DEPS}
 "
 BDEPEND="
        !<perl-core/Pod-Simple-3.170

diff --git a/net-analyzer/wireshark/wireshark-3.0.4.ebuild 
b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
index 421c84a538e..a2a6a43079c 100644
--- a/net-analyzer/wireshark/wireshark-3.0.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
@@ -53,12 +53,12 @@ CDEPEND="
        sshdump? ( >=net-libs/libssh-0.6 )
        ssl? ( net-libs/gnutls:= )
        zlib? ( sys-libs/zlib )
+       ${PYTHON_DEPS}
 "
 # We need perl for `pod2html`. The rest of the perl stuff is to block older
 # and broken installs. #455122
 DEPEND="
        ${CDEPEND}
-       ${PYTHON_DEPS}
 "
 BDEPEND="
        !<perl-core/Pod-Simple-3.170

Reply via email to