From: Michał Górny Date: Sat, 14 Jul 2018 09:28:48 +0000 (+0200) Subject: dev-python/PyGithub: Add missing dep on dev-python/requests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c87404e7e397f384b469409371ef438e8d03421f;p=gentoo.git dev-python/PyGithub: Add missing dep on dev-python/requests Closes: https://bugs.gentoo.org/661124 --- 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}]"