Skip to content

Commit 5c5feb5

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild

+2-6
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ DEPEND="${RDEPEND}
3636
test? (
3737
>=dev-libs/check-0.9.4
3838
net-libs/libgsasl
39-
|| (
40-
$(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
41-
$(python_gen_any_dep 'dev-python/twisted-words[${PYTHON_USEDEP}]')
42-
)
39+
$(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
4340
)
4441
"
4542
# FIXME: needs xmppstream python module
@@ -52,8 +49,7 @@ PATCHES=(
5249

5350
python_check_deps() {
5451
if use test ; then
55-
has_version "dev-python/twisted[${PYTHON_USEDEP}]" \
56-
|| has_version "dev-python/twisted-words[${PYTHON_USEDEP}]"
52+
has_version "dev-python/twisted[${PYTHON_USEDEP}]"
5753
fi
5854
}
5955

0 commit comments

Comments
 (0)