commit:     5c5feb5e66de675d85c642a136a63bb11c1aef4d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 17:29:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:36:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5feb5e

net-voip/telepathy-salut: Flatten twisted dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild 
b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild
index 3f568babb3e..910016e3338 100644
--- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild
+++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild
@@ -36,10 +36,7 @@ DEPEND="${RDEPEND}
        test? (
                >=dev-libs/check-0.9.4
                net-libs/libgsasl
-               || (
-                       $(python_gen_any_dep 
'dev-python/twisted[${PYTHON_USEDEP}]')
-                       $(python_gen_any_dep 
'dev-python/twisted-words[${PYTHON_USEDEP}]')
-               )
+               $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
        )
 "
 # FIXME: needs xmppstream python module
@@ -52,8 +49,7 @@ PATCHES=(
 
 python_check_deps() {
        if use test ; then
-                has_version "dev-python/twisted[${PYTHON_USEDEP}]" \
-                       || has_version 
"dev-python/twisted-words[${PYTHON_USEDEP}]"
+                has_version "dev-python/twisted[${PYTHON_USEDEP}]"
        fi
 }
 

Reply via email to