mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/PyGithub: Add missing dep on dev-python/requests
Closes: https://bugs.gentoo.org/661124
This commit is contained in:
@@ -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}]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user