commit: 83d00a6d2dada40cad5133971079ea0a71984824 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Fri Jul 27 18:12:40 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Fri Jul 27 18:12:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d00a6d
dev-python/fabric: add paramiko dep upper guard Bug 623496 happened because we forgot that guard for v2.0. Let's not repeat the mistake. Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-python/fabric/fabric-1.14.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/fabric/fabric-1.14.0.ebuild b/dev-python/fabric/fabric-1.14.0.ebuild index 4b345890112..2b202fef3ee 100644 --- a/dev-python/fabric/fabric-1.14.0.ebuild +++ b/dev-python/fabric/fabric-1.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,8 @@ KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc test" RDEPEND=" - >=dev-python/paramiko-1.10[${PYTHON_USEDEP}]" + >=dev-python/paramiko-1.10[${PYTHON_USEDEP}] + <dev-python/paramiko-3.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? (