Skip to content

Commit

Permalink
dev-python/PyGithub: Add missing dep on dev-python/requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jul 14, 2018
1 parent efd4902 commit c87404e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]"

Expand Down

0 comments on commit c87404e

Please sign in to comment.