diff options
-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 } |