dev-python/PyGithub: Add missing dep on dev-python/requests
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 09:28:48 +0000 (11:28 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 09:29:05 +0000 (11:29 +0200)
Closes: https://bugs.gentoo.org/661124

dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild

index de37d5592fd47a83446ffb139719af4590d9141b..e44864c83d71eb75c49ff01e67e352e0c5483989 100644 (file)
@@ -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}]"