We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a8f30 commit 5c5feb5Copy full SHA for 5c5feb5
net-voip/telepathy-salut/telepathy-salut-0.8.1-r2.ebuild
@@ -36,10 +36,7 @@ DEPEND="${RDEPEND}
36
test? (
37
>=dev-libs/check-0.9.4
38
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
- )
+ $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
43
)
44
"
45
# FIXME: needs xmppstream python module
@@ -52,8 +49,7 @@ PATCHES=(
52
49
53
50
python_check_deps() {
54
51
if use test ; then
55
- has_version "dev-python/twisted[${PYTHON_USEDEP}]" \
56
- || has_version "dev-python/twisted-words[${PYTHON_USEDEP}]"
+ has_version "dev-python/twisted[${PYTHON_USEDEP}]"
57
fi
58
}
59
0 commit comments