dev-python/txAMQP: Allow merged dev-python/twisted, #614166

This commit is contained in:
Michał Górny
2017-05-22 11:04:22 +02:00
parent 5d6ebd23a6
commit 651818d173

View File

@@ -17,7 +17,13 @@ KEYWORDS="~amd64 ~x86 ~x64-solaris"
SLOT="0"
IUSE="test"
RDEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]"
# 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}]
)"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}