commit:     d9bd013ab9793fd17f04908dca80f7443993d2d1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 12:54:46 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 12:55:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bd013a

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 <jlec <AT> gentoo.org>

 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 95d9762..16cbb91 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}]

Reply via email to