mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user