dev-python/PyGithub: Add missing dep on dev-python/requests

Closes: https://bugs.gentoo.org/661124
This commit is contained in:
Michał Górny
2018-07-14 11:28:48 +02:00
parent efd4902b12
commit c87404e7e3

View 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}]"