From c87404e7e397f384b469409371ef438e8d03421f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 14 Jul 2018 11:28:48 +0200 Subject: dev-python/PyGithub: Add missing dep on dev-python/requests Closes: https://bugs.gentoo.org/661124 --- dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/PyGithub') diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild index de37d5592fd4..e44864c83d71 100644 --- a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild +++ b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild @@ -18,7 +18,8 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]" +RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}] + >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.2.3