Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tweepy/
Date: Thu, 31 Dec 2015 12:55:11
Message-Id: 1451566503.d9bd013ab9793fd17f04908dca80f7443993d2d1.jlec@gentoo
1 commit: d9bd013ab9793fd17f04908dca80f7443993d2d1
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 12:54:46 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 12:55:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bd013a
7
8 dev-python/tweepy: Add missing builddep on pip
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=570216
11
12 Package-Manager: portage-2.2.26
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/tweepy/tweepy-3.3.0.ebuild | 5 ++++-
16 1 file changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/tweepy/tweepy-3.3.0.ebuild b/dev-python/tweepy/tweepy-3.3.0.ebuild
19 index 95d9762..16cbb91 100644
20 --- a/dev-python/tweepy/tweepy-3.3.0.ebuild
21 +++ b/dev-python/tweepy/tweepy-3.3.0.ebuild
22 @@ -19,7 +19,10 @@ IUSE="doc examples test"
23
24 RESTRICT="test" #missing in tarball
25
26 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
27 +DEPEND="
28 + dev-python/pip[${PYTHON_USEDEP}]
29 + dev-python/setuptools[${PYTHON_USEDEP}]
30 + "
31 RDEPEND="
32 >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
33 >=dev-python/requests-oauthlib-0.4.1[${PYTHON_USEDEP}]