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

index 5a6f2913d4dfe249497afd445d760fbe04703f12..5154a95286676d10cfac696ca7689d2e70111d75 100644 (file)
@@ -20,13 +20,8 @@ KEYWORDS="~amd64 ~x86 ~x64-solaris"
 SLOT="0"
 IUSE="test"
 
-# TODO: split twisted-core gives minor test failure, get rid of it
-# when we port revdeps
 RDEPEND="
-       || (
-               dev-python/twisted[${PYTHON_USEDEP}]
-               dev-python/twisted-core[${PYTHON_USEDEP}]
-       )
+       dev-python/twisted[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
 "
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]