diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 11:28:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-14 11:29:05 +0200 |
commit | c87404e7e397f384b469409371ef438e8d03421f (patch) | |
tree | bd240985f6d8e34b8591b6582305943ce464ac11 /dev-python/PyGithub | |
parent | kde5-functions.eclass: Drop obsolete kde-apps-18.04.2 min deps (diff) | |
download | gentoo-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.ebuild | 3 |
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}]" |