commit: aa4901609d0baba5cdf1df732e59e4f750ca7f8e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 14:25:14 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 1 14:56:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa490160
dev-python/requests-toolbelt: Add missing setuptools dep
dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
index 53eac8d76d6..39771f8d9f9 100644
--- a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
+++ b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
RDEPEND="<dev-python/requests-3.0.0"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( AUTHORS.rst HISTORY.rst README.rst )