dev-python/nevow: Flatten twisted dep
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Mar 2020 17:29:22 +0000 (18:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Mar 2020 17:29:22 +0000 (18:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/nevow/nevow-0.14.3.ebuild

index 6e3b076254294d30178a5222991a3e11cd1ef827..78a1672985e9617a0674b5dc2a75753459f1bfd8 100644 (file)
@@ -17,13 +17,7 @@ IUSE="doc test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       || (
-               dev-python/twisted[${PYTHON_USEDEP}]
-               (
-                       dev-python/twisted-core[${PYTHON_USEDEP}]
-                       dev-python/twisted-web[${PYTHON_USEDEP}]
-               )
-       )
+       dev-python/twisted[${PYTHON_USEDEP}]
        dev-python/zope-interface[${PYTHON_USEDEP}]"
 # JS tests require a JavaScript interpreter ('smjs' or 'js' in PATH)
 # and the subunit library