dev-python/txAMQP: Add missing PYTHON_USEDEP on twisted-core, #619342
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 07:46:12 +0000 (09:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 09:12:26 +0000 (11:12 +0200)
dev-python/txAMQP/txAMQP-0.6.2.ebuild

index a2fc73bc26bdfe592648097bdbce6b0d9388b326..0728231988f0c516f461d1ab64306084aac14de5 100644 (file)
@@ -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}]"