commit: 009b8b5734469202e4cb2803cf0444f80604afaa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 07:46:12 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 22 09:12:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009b8b57
dev-python/txAMQP: Add missing PYTHON_USEDEP on twisted-core, #619342
dev-python/txAMQP/txAMQP-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/txAMQP/txAMQP-0.6.2.ebuild
b/dev-python/txAMQP/txAMQP-0.6.2.ebuild
index a2fc73bc26b..0728231988f 100644
--- a/dev-python/txAMQP/txAMQP-0.6.2.ebuild
+++ b/dev-python/txAMQP/txAMQP-0.6.2.ebuild
@@ -15,4 +15,4 @@ SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/twisted-core"
+RDEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]"