net-analyzer/wireshark: [QA] Silence PYTHON_DEPS warning in old ver
authorMichał Górny <mgorny@gentoo.org>
Fri, 20 Sep 2019 06:57:57 +0000 (08:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 20 Sep 2019 07:34:44 +0000 (09:34 +0200)
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@gentoo.org>
net-analyzer/wireshark/wireshark-3.0.3.ebuild
net-analyzer/wireshark/wireshark-3.0.4.ebuild

index 6021504534395e9ae756f7739877d5ac74725535..25bf89b8cfe8402b8ba79d4f0a5979665f111e49 100644 (file)
@@ -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
index 421c84a538e22763fa48d060a7aa83007c0f81e2..a2a6a43079c7d785be12594839d5c8e0cf25c80d 100644 (file)
@@ -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