summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 11:28:48 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-14 11:29:05 +0200
commitc87404e7e397f384b469409371ef438e8d03421f (patch)
treebd240985f6d8e34b8591b6582305943ce464ac11 /dev-python/PyGithub
parentkde5-functions.eclass: Drop obsolete kde-apps-18.04.2 min deps (diff)
downloadgentoo-c87404e7e397f384b469409371ef438e8d03421f.tar.gz
gentoo-c87404e7e397f384b469409371ef438e8d03421f.tar.bz2
gentoo-c87404e7e397f384b469409371ef438e8d03421f.zip
dev-python/PyGithub: Add missing dep on dev-python/requests
Closes: https://bugs.gentoo.org/661124
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r--dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
index de37d5592fd4..e44864c83d71 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}]"