net-irc/redirbot: Flatten twisted dep
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Mar 2020 17:29:35 +0000 (18:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Mar 2020 17:35:56 +0000 (18:35 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-irc/redirbot/redirbot-0.0.5-r1.ebuild

index 614b3605678a56366bcff175e8e2a5431a294aa5..f65c44bb6c62e0438eedbcb3b972c86be4f6c75c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,11 +18,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       || (
-               >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
-               ( >=dev-python/twisted-core-11.1.0[${PYTHON_USEDEP}]
-                 dev-python/twisted-words[${PYTHON_USEDEP}]
-               )
-       )
+       >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
 "
 RDEPEND="${DEPEND}"