diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/txAMQP/txAMQP-0.8.2.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/txAMQP/txAMQP-0.8.2.ebuild b/dev-python/txAMQP/txAMQP-0.8.2.ebuild index 5a6f2913d4df..5154a9528667 100644 --- a/dev-python/txAMQP/txAMQP-0.8.2.ebuild +++ b/dev-python/txAMQP/txAMQP-0.8.2.ebuild @@ -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}] |