commit:     c87404e7e397f384b469409371ef438e8d03421f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 09:28:48 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 09:29:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87404e7

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(-)

diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild 
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
index de37d5592fd..e44864c83d7 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}]"
 

Reply via email to