mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
dev-python/txAMQP: Allow merged dev-python/twisted, #614166
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user