Skip to content

Commit 53a8f30

Browse files
committed
net-voip/telepathy-haze: Flatten twisted dep
Signed-off-by: Michał Górny <[email protected]>
1 parent 0cc84c0 commit 53a8f30

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=6
@@ -30,10 +30,7 @@ DEPEND="${RDEPEND}
3030
virtual/pkgconfig
3131
test? (
3232
dev-python/pygobject:2
33-
|| (
34-
$(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
35-
$(python_gen_any_dep 'dev-python/twisted-words[${PYTHON_USEDEP}]')
36-
)
33+
$(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
3734
)
3835
"
3936

@@ -48,8 +45,7 @@ PATCHES=(
4845

4946
python_check_deps() {
5047
if use test ; then
51-
has_version "dev-python/twisted[${PYTHON_USEDEP}]" \
52-
|| has_version "dev-python/twisted-words[${PYTHON_USEDEP}]"
48+
has_version "dev-python/twisted[${PYTHON_USEDEP}]"
5349
fi
5450
}
5551

0 commit comments

Comments
 (0)