From d9bd013ab9793fd17f04908dca80f7443993d2d1 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 31 Dec 2015 13:54:46 +0100 Subject: [PATCH] dev-python/tweepy: Add missing builddep on pip Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=570216 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- dev-python/tweepy/tweepy-3.3.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/tweepy/tweepy-3.3.0.ebuild b/dev-python/tweepy/tweepy-3.3.0.ebuild index 95d97622ee779..16cbb91c967a4 100644 --- a/dev-python/tweepy/tweepy-3.3.0.ebuild +++ b/dev-python/tweepy/tweepy-3.3.0.ebuild @@ -19,7 +19,10 @@ IUSE="doc examples test" RESTRICT="test" #missing in tarball -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/pip[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + " RDEPEND=" >=dev-python/requests-2.4.3[${PYTHON_USEDEP}] >=dev-python/requests-oauthlib-0.4.1[${PYTHON_USEDEP}]