diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:29:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:36:00 +0100 |
commit | 53a8f300c368ac43346862afae31382dfa802c40 (patch) | |
tree | 7c44ef3460e21bd0bda19f0d5f058ca32b65fcad /net-voip | |
parent | net-voip/telepathy-gabble: Flatten twisted dep (diff) | |
download | gentoo-53a8f300c368ac43346862afae31382dfa802c40.tar.gz gentoo-53a8f300c368ac43346862afae31382dfa802c40.tar.bz2 gentoo-53a8f300c368ac43346862afae31382dfa802c40.zip |
net-voip/telepathy-haze: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild index 124ede37e157..3a90c52fe393 100644 --- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild +++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,10 +30,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-python/pygobject:2 - || ( - $(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}]') ) " @@ -48,8 +45,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 } |