commit: da2aebd488d0566604539ffb78852a416f23e7e9
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 23:00:24 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 23:00:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2aebd4
dev-python/detox: add explicit setuptools bdep
dev-python/detox/detox-0.11.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/detox/detox-0.11.ebuild
b/dev-python/detox/detox-0.11.ebuild
index 39ad2ce8d80..79444a13712 100644
--- a/dev-python/detox/detox-0.11.ebuild
+++ b/dev-python/detox/detox-0.11.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
>=dev-python/tox-2[${PYTHON_USEDEP}]
"
DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]