diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-22 09:46:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-22 11:12:26 +0200 |
commit | 009b8b5734469202e4cb2803cf0444f80604afaa (patch) | |
tree | 47102f6a28b88fadd30215157b9a897d27e19f46 /dev-python/txAMQP | |
parent | dev-python/txAMQP: Kill stray impls due to missing deps (diff) | |
download | gentoo-009b8b5734469202e4cb2803cf0444f80604afaa.tar.gz gentoo-009b8b5734469202e4cb2803cf0444f80604afaa.tar.bz2 gentoo-009b8b5734469202e4cb2803cf0444f80604afaa.zip |
dev-python/txAMQP: Add missing PYTHON_USEDEP on twisted-core, #619342
Diffstat (limited to 'dev-python/txAMQP')
-rw-r--r-- | dev-python/txAMQP/txAMQP-0.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/txAMQP/txAMQP-0.6.2.ebuild b/dev-python/txAMQP/txAMQP-0.6.2.ebuild index a2fc73bc26bd..0728231988f0 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}]" |