commit: 887ada95aa39ce3a47a9d5ef73c5ee08f904f4e4 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sun Jun 3 21:08:07 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sun Jun 3 21:08:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887ada95
dev-python/requestsexceptions: 1.4.0 fix dep causing build failure Closes: https://bugs.gentoo.org/656908 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild index 48159619c78..f7744c4af4a 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="" -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] ${CDEPEND}" RDEPEND="${CDEPEND}"
