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

index 4cd49b57a030fb317aee0f529f08eaef4b7171c0..e764dc685968a56e8c6fe5e45d1cc3633b9090de 100644 (file)
@@ -17,10 +17,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
-               ( >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
-               >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}] )
-       )
+       >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
        dev-python/pyopenssl[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"